A class that is used to describe how to build the hierarchy of items (i.e. item-children relation) in a RadTreeDataGrid.
Definition
Namespace:Telerik.Maui.Controls.TreeDataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class TreeDataGridItemDescriptor : NotifyPropertyChangedBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseTreeDataGridItemDescriptor
Implements:
Inherited Members
Constructors
C#
public TreeDataGridItemDescriptor()
Properties
IsExpandableBinding
BindingBase
Gets or sets the binding that is used to check whether an expand collapse indicator should be displayed for an item that has children.
C#
public BindingBase IsExpandableBinding { get; set; }
ItemsSourceBinding
BindingBase
Gets or sets the binding that is used to provide the children of an item in a RadTreeDataGrid.
C#
public BindingBase ItemsSourceBinding { get; set; }