SingleColumnSelection
(boolean) Whether or not single column selection is enabled.
VALUE DESCRIPTION |
|
true |
Enable single column selection. |
false |
Disable single column selection. |
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
Grid.SetSingleRowSelection
OverviewExamples
Grid.SetSingleRowSelection ( string ObjectName,
boolean SingleRowSelection )
De s cr ip t ion
Sets the grid object into (or out of) single row selection mode. This mode is only effective when in list mode.
P arame t er s
ObjectName
(string) The name of the grid object.