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

    CheckBoxCell Class

    Definition

    Namespace Avalonia.Controls.Models.TreeDataGrid
    Assembly Avalonia.Controls.TreeDataGrid.dll
    Inherits Object → NotifyingBase
    Implements INotifyPropertyChanged, ICell, 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 CheckBoxCell : NotifyingBase, INotifyPropertyChanged, ICell, IDisposable
    
    Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

    Constructors (2)

    CheckBoxCell(Nullable<Boolean>)
    CheckBoxCell(ISubject<BindingValue<Nullable<Boolean>>>, Boolean, Boolean)

    Properties (7)

    ICell.Value
    CanEdit
    EditGestures
    IsReadOnly
    IsThreeState
    SingleTapEdit
    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