TreeDataGrid for Avalonia Home
  1. Home
  2. Docs
  3. API
    1. GitHub
    Menu
    Loading menu…

    On this page

    1. Home
    2. API
    3. Avalonia.Controls.Models.TreeDataGrid
    4. TextCell

    TextCell Class

    Definition

    Namespace Avalonia.Controls.Models.TreeDataGrid
    Assembly Avalonia.Controls.TreeDataGrid.dll
    Inherits Object → NotifyingBase
    Implements INotifyPropertyChanged, ITextCell, ICell, IDisposable, IEditableObject
    View source
    Show inherited members (11)
    • Avalonia.Controls.Models.NotifyingBase.PropertyChanged
    • Avalonia.Controls.Models.NotifyingBase.RaiseAndSetIfChanged<T>(ref T, T, System.String?)
    • Avalonia.Controls.Models.NotifyingBase.RaisePropertyChanged(System.String?)
    • Avalonia.Controls.Models.NotifyingBase.RaisePropertyChanged(System.ComponentModel.PropertyChangedEventArgs)
    • System.Object.Equals(System.Object?)
    • System.Object.Equals(System.Object?, System.Object?)
    • System.Object.GetHashCode()
    • System.Object.GetType()
    • System.Object.MemberwiseClone()
    • System.Object.ReferenceEquals(System.Object?, System.Object?)
    • System.Object.ToString()
    public class TextCell<T> : NotifyingBase, INotifyPropertyChanged, ITextCell, ICell, IDisposable, IEditableObject
    

    Type parameters

    T
    Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

    Constructors (2)

    TextCell(T?)
    TextCell(ISubject<BindingValue<T>>, Boolean, ITextCellOptions?)

    Properties (9)

    ICell.Value
    CanEdit
    EditGestures
    IsReadOnly
    Text
    TextAlignment
    TextTrimming
    TextWrapping
    Value

    Methods (4)

    BeginEdit()
    CancelEdit()
    Dispose()
    EndEdit()

    Copyright © 2026, Wieslaw Soltes aka wieslawsoltes - Content licensed under the Creative Commons CC BY 2.5 | Site generated by lunet hosted on GitHub Pages