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