RadGrid for ASP.NET

RadGrid Send comments on this topic.
GridExpandColumnType Enumeration
See Also  
Telerik.WebControls Namespace : GridExpandColumnType Enumeration


 

 

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

Syntax

Visual Basic (Declaration) 
Public Enum GridExpandColumnType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As GridExpandColumnType
C# 
public enum GridExpandColumnType : Enum 

Members

MemberDescription
LinkButton 
PushButton 
ImageButton 

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Telerik.WebControls.GridExpandColumnType

Requirements

Namespace: Telerik.WebControls

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

Assembly: RadGrid (in RadGrid.dll)

See Also