The Grid..::..GridNavigarion type exposes the following members.

Methods

  NameDescription
Public methodDown
Moves the focus down to the next Row and ensures its visibility.
Public methodEnd
Moves the focus to the bottom Row in the Grid and ensures its visibility.
Public methodEnter
Expands or collapse the focused Row or starts edit in place on the focused Cell.
Public methodHome
Moves the focus to the first Row in the Grid and ensures its visibility.
Public methodLeft
Moves the focus to the left Cell or the previous Row in the Grid and ensures its visibility.
Public methodPageDown
Moves the focus down to the next displayed page and ensures visibility of the new focused Row.
Public methodPageUp
Moves the focus up to the previous displayed page and ensures visibility of the new focused Row.
Public methodRight
Moves the focus to the right Cell or the next Row in the Grid and ensures its visibility.
Public methodToString
Returns a String that represents the current Object.
(Overrides Object..::..ToString()()()().)
Public methodUp
Moves the focus up to the previous Row and ensures its visibility.

See Also