GridBooleanColumn Class [PHP]
GridColumn
|__ GridBooleanColumn
|__ GridBooleanColumn
Summary
Properties | Description | |
FalseText | Get or set the displaying text when bool value is false. | |
TrueText | Get or set the displaying text when bool value is true. | |
UseCheckBox | Get or set whether column uses checkbox to display boolean value. |
Properties Detail
FalseTextTop
string FalseText
Get or set the displaying text when bool value is false.
Default value : "False"
Supported from version: 1.5.0.0
TrueTextTop
string TrueText
Get or set the displaying text when bool value is true.
Default value : "True"
Supported from version: 1.5.0.0
UseCheckBoxTop
bool UseCheckBox
Get or set whether column uses checkbox to display boolean value.
Default value : false
Supported from version: 1.5.0.0