New to Telerik UI for .NET MAUIStart a free 30-day trial

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: 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

C#
public TreeDataGridItemDescriptor()

Properties

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; }

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

C#
public BindingBase ItemsSourceBinding { get; set; }