RadGrid for ASP.NET

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


This column appears when the grid has a hierarchical structure, to facilitate the expand/collapse functionality. The expand column is always placed in front of all other grid content columns and can not be moved.

Object Model


 

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

Syntax

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

Inheritance Hierarchy

System.Object
   Telerik.WebControls.GridColumn
      Telerik.WebControls.GridExpandColumn

Requirements

Namespace: Telerik.WebControls

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

Assembly: RadGrid (in RadGrid.dll)

See Also