New to Telerik UI for WPFStart a free 30-day trial

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

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

Constructors

Initializes a new instance of the TreeListViewTableDefinition class.

C#
public TreeListViewTableDefinition()

Properties

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()
Returns:

TableDefinition

Overrides: TableDefinition.CreateChildTableDefinition()

C#
public override string ToString()
Returns:

string