GridCommandColumn Class [PHP]

GridColumn
 |__ GridCommandColumn

Summary

Properties Description
CommandText Get or set text on button command.
CssClass Get or set the css class name for command button.
OnClick Get or set javascript that will excute when command button is click.

Properties Detail

CommandTextTop

string CommandText

Get or set text on button command.

Show/Hide Code

Supported from version: 1.0.0.0

CssClassTop

string CssClass

Get or set the css class name for command button.

Show/Hide Code

Supported from version: 1.0.0.0

OnClickTop

string OnClick

Get or set javascript that will excute when command button is click.

Show/Hide Code

Supported from version: 1.0.0.0