Interface ITreeListViewRow
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface ITreeListViewRow : IGridViewRow, IControl, IFrameworkElement, ITargetElement
Properties
ExpandButton
IsExpandable
Declaration
bool IsExpandable { get; }
Property Value
System.Boolean
|
Level
Declaration
int Level { get; }
Property Value
System.Int32
|
Methods
ExpandCollapse()
Declaration
void ExpandCollapse()