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 |
| C# | |
|---|
public enum GridHeaderButtonType : Enum |
Members
Inheritance Hierarchy
Requirements
Namespace: Telerik.WebControls
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: RadGrid (in RadGrid.dll)
See Also