RadGrid for ASP.NET

RadGrid Send comments on this topic.
GridGroupSplitterColumn Class
See Also  Members  
Telerik.WebControls Namespace : GridGroupSplitterColumn Class


This column appears when grouping is enabled, to facilitate the expand/collapse functionality. The group splitter column is always placed first and can not be moved.

Object Model


 

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

Syntax

Visual Basic (Declaration) 
Public Class GridGroupSplitterColumn 
   Inherits GridColumn
Visual Basic (Usage)Copy Code
Dim instance As GridGroupSplitterColumn
C# 
public class GridGroupSplitterColumn : GridColumn 

Inheritance Hierarchy

System.Object
   Telerik.WebControls.GridColumn
      Telerik.WebControls.GridGroupSplitterColumn

Requirements

Namespace: Telerik.WebControls

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

Assembly: RadGrid (in RadGrid.dll)

See Also