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