Class
TreeListViewTableDefinition

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

Inherited Members TableDefinition.CopyPropertiesFrom(TableDefinition)TableDefinition.CopyChildTableDefinitionsFrom(TableDefinition)TableDefinition.DataSourceTableDefinition.RelationTableDefinition.ChildTableDefinitionsTableDefinition.PropertyChanged

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

TableDefinition

Overrides TableDefinition.CreateChildTableDefinition()

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string