Interface IHierarchicalRow
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public interface IHierarchicalRow
Properties
ChildRows
HasChildViews
Declaration
bool HasChildViews { get; }
Property Value
System.Boolean
|
HierarchyLevel
Declaration
int HierarchyLevel { get; }
Property Value
System.Int32
|