GridButtonColumnType Enumeration |
Defines what button will be rendered in a GridButtonColumn
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public enum GridButtonColumnType
Public Enumeration GridButtonColumnType
public enum class GridButtonColumnType
type GridButtonColumnType
Members
| Member name | Value | Description |
---|
| LinkButton | 0 | Renders a standard hyperlink button. |
| PushButton | 1 | Renders a standard button. |
| ImageButton | 2 | Renders an image that acts like a button. |
See Also