Class
TreeDataGridItemDescriptor

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:

cs-api-definition
public class TreeDataGridItemDescriptor : NotifyPropertyChangedBase, INotifyPropertyChanged

Inheritance: objectNotifyPropertyChangedBaseTreeDataGridItemDescriptor

Implements: INotifyPropertyChanged

Inherited Members NotifyPropertyChangedBase.OnPropertyChanged(string)NotifyPropertyChangedBase.UpdateValue<T>(ref T, T, string)NotifyPropertyChangedBase.UpdateValue<T>(ref T, T, Action<T>, string)NotifyPropertyChangedBase.PropertyChanged

Constructors

TreeDataGridItemDescriptor()

Declaration

cs-api-definition
public TreeDataGridItemDescriptor()

Properties

IsExpandableBinding

Gets or sets the binding that is used to check whether an expand collapse indicator should be displayed for an item that has children.

Declaration

cs-api-definition
public BindingBase IsExpandableBinding { get; set; }

Property Value

BindingBase

ItemsSourceBinding

Gets or sets the binding that is used to provide the children of an item in a RadTreeDataGrid.

Declaration

cs-api-definition
public BindingBase ItemsSourceBinding { get; set; }

Property Value

BindingBase