GridOptionsNavigation Members
In This Article
#Constructors
Name | Description |
---|---|
Grid |
Creates a new instance of the Grid |
#Properties
Name | Description |
---|---|
Auto |
Gets or sets whether adding a new record to an underlying data source automatically moves focus to the corresponding grid row. |
Auto |
Gets or sets a value specifying whether horizontal navigation keys move focus to the next/previous row when the current row’s last/first cell is focused. |
Enter |
Gets or sets whether the Enter key moves focus to the next cell. |
Use |
Enables the Office 2007 navigation mode, where pressing the PAGE DOWN key moves focus to the bottom visible record, and pressing the PAGE UP key moves focus to the top visible record. |
Use |
Gets or sets a value specifying whether the TAB/SHIFT+TAB key combinations move focus to the next/previous row cell or to the next/previous control in tab order. |
#Methods
Name | Description |
---|---|
Assign |
Copies all settings from the options object passed as a parameter. |
Begin |
Locks the Base |
Cancel |
Unlocks the Base |
End |
Unlocks the Base |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset() |
Resets all options to their default values.
Inherited from Base |
To |
Returns a string representing the currently enabled options.
Inherited from Base |
See Also