RadGrid for ASP.NET

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


Defines what button will be rendered in a GridButtonColumn 

 

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

Syntax

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

Members

MemberDescription
LinkButtonRenders a standard hyperlink button.
PushButtonRenders a standard button.
ImageButtonRenders an image that acts like a button.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Telerik.WebControls.GridButtonColumnType

Requirements

Namespace: Telerik.WebControls

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

Assembly: RadGrid (in RadGrid.dll)

See Also