A table definition which specifies the hierarchy in the RadTreeListView.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class TreeListViewTableDefinition : TableDefinition, INotifyPropertyChanged
Inheritance: objectTableDefinitionTreeListViewTableDefinition
Implements:
Inherited Members
Constructors
Initializes a new instance of the TreeListViewTableDefinition class.
C#
public TreeListViewTableDefinition()
Properties
ItemsSource
Binding
Gets or sets the binding that will be be used to identify the hierarchy relation.
C#
public Binding ItemsSource { get; set; }
Methods
Creates a child table definition of the correct inherited type.
C#
protected override TableDefinition CreateChildTableDefinition()
Overrides: