RadGrid for ASP.NET

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


An enumeration, used to get/set the button type of the headers of the columns. The default value is LinkButton. The possible values are:

  • LinkButton
  • PushButton
  • TextButton

If set to a value other than LinkButton, the property is only honored when sorting is enabled.

 

 

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

Syntax

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

Members

MemberDescription
LinkButton 
PushButton 
TextButton 

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Telerik.WebControls.GridHeaderButtonType

Requirements

Namespace: Telerik.WebControls

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

Assembly: RadGrid (in RadGrid.dll)

See Also