RadGrid for ASP.NET

RadGrid Send comments on this topic.
SelfHierarchySettings Property
See Also 
Telerik.WebControls Namespace > GridTableView Class : SelfHierarchySettings Property


Gets a set the options for GridTableView's self-hierarchy behavior.   

 

Namespace: Telerik.WebControls
Assembly: RadGrid (in RadGrid.dll)

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property SelfHierarchySettings As GridSelfHierarchySettings
Visual Basic (Usage)Copy Code
Dim instance As GridTableView
Dim value As GridSelfHierarchySettings
 
value = instance.SelfHierarchySettings
C# 
public GridSelfHierarchySettings SelfHierarchySettings {get;}

Return Value

Options for GridTableView's self-hierarchy behavior.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also