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. ExpanderCell

    ExpanderCell Class

    Definition

    Namespace Avalonia.Controls.Models.TreeDataGrid
    Assembly Avalonia.Controls.TreeDataGrid.dll
    Inherits Object → NotifyingBase
    Implements INotifyPropertyChanged, IExpanderCell, ICell, IExpander, IDisposable
    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 ExpanderCell<TModel> : NotifyingBase, INotifyPropertyChanged, IExpanderCell, ICell, IExpander, IDisposable where TModel : class
    

    Type parameters

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

    Constructors (1)

    ExpanderCell(ICell, IExpanderRow<TModel>, IObservable<Boolean>, TypedBindingExpression<TModel, Boolean>?)

    Properties (9)

    IExpanderCell.Content
    IExpanderCell.Row
    CanEdit
    Content
    EditGestures
    IsExpanded
    Row
    ShowExpander
    Value

    Methods (1)

    Dispose()

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