GoToEnabled Property
Returns/Sets whether or not the goto edit box is enabled.
Syntax
object.GoToEnabled [= value ]
The syntax of the GoToEnabled Property has these parts:
| Part | Description |
| object | A DGrid control. |
| value | A boolean expression that determines if the user can select the GoTo edit box (True), or not (False). |
Data Type
Boolean