Class TreeListViewRow
Inheritance
System.Object
TreeListViewRow
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class TreeListViewRow : GridViewRow, IAutomationPeer, IPeerConverter, ITreeListViewRow, IGridViewRow, IControl, IFrameworkElement, ITargetElement
Constructors
TreeListViewRow()
Declaration
public TreeListViewRow()
Properties
CellPanel
Declaration
protected override FrameworkElement CellPanel { get; }
Property Value
FrameworkElement
|
Overrides
ExpandButton
IsExpandable
Declaration
public bool IsExpandable { get; }
Property Value
System.Boolean
|
Level
Declaration
public int Level { get; }
Property Value
System.Int32
|
Methods
ExpandCollapse()
Declaration
public void ExpandCollapse()
Explicit Interface Implementations
ITreeListViewRow.ExpandButton
ITreeListViewRow.ExpandCollapse()
ITreeListViewRow.IsExpandable
Declaration
bool ITreeListViewRow.IsExpandable { get; }
Returns
System.Boolean
|
Implements
ITreeListViewRow.Level
Declaration
int ITreeListViewRow.Level { get; }
Returns
System.Int32
|