TreeGrid
Class
Represents a control that displays data in a tree based grid.
Definition
Namespace:Telerik.Windows.Controls.Pivot
Assembly:Telerik.Windows.Controls.Pivot.dll
Syntax:
C#
public class TreeGrid : TableBase
Inheritance: objectTableBaseTreeGrid
Inherited Members
Constructors
Initializes a new instance of the TreeGrid class.
C#
public TreeGrid()
Fields
HierarchyAdapterProperty
DependencyProperty
Identifies the HierarchyAdapter dependency property.
C#
public static readonly DependencyProperty HierarchyAdapterProperty
ItemsSourceProperty
DependencyProperty
Identifies the ItemsSource dependency property.
C#
public static readonly DependencyProperty ItemsSourceProperty
Properties
Gets or sets an IHierarchyAdapter used to describe the data hierarchy.
C#
public IHierarchyAdapter HierarchyAdapter { get; set; }
Gets or sets a collection used to generate the content of the TreeGrid.
C#
public IEnumerable ItemsSource { get; set; }
Methods
Collapse an item in the column area.
Collapse an item in the row area.
Expand an item in the column area.
Expand an item in the row area.