Click or drag to resize
GridButtonColumnType Enumeration
Defines what button will be rendered in a GridButtonColumn

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 GridButtonColumnType
Members
  Member nameValueDescription
LinkButton0Renders a standard hyperlink button.
PushButton1Renders a standard button.
ImageButton2Renders an image that acts like a button.
See Also