Click or drag to resize
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: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum GridHeaderButtonType
Members
  Member nameValueDescription
LinkButton0
PushButton1
TextButton2
None3
See Also