Enable
(boolean) Whether drag and drop is enabled. This is an optional argument and if omitted will default to true.
VALUE DESCRIPTION |
|
true |
Enable drag and drop. (Default) |
false |
Disable drag and drop. |
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.SetEditable
OverviewExamples
Grid.SetEditable ( string ObjectName,
boolean Editable )
De s cr ip t ion
Sets whether the grid object is editable by the user.
P arame t er s
ObjectName
(string) The name of the grid object.