Enum GridActions

grid control action codes

enum GridActions : int { ... }

Enum members

NameDescription
ActivateCell Enter key pressed on cell
CopySelection Copy selected cell(s) to clipboard
DocumentBegin move cursor to the beginning of document
DocumentEnd move cursor to the end of document
Down move selection down
Left move selection left
LineBegin move cursor to the beginning of line
LineEnd move cursor to the end of line
None no action
PageBegin move cursor to the beginning of page
PageDown move cursor one page down
PageEnd move cursor to the end of page
PageUp move cursor one page up
move selection right
ScrollDown scroll down, w/o changing selection
ScrollLeft scroll left, w/o changing selection
ScrollPageDown scroll down, w/o changing selection
ScrollPageLeft scroll left, w/o changing selection
ScrollPageRight scroll right, w/o changing selection
ScrollPageUp scroll up, w/o changing selection
ScrollRight scroll right, w/o changing selection
ScrollUp scroll up, w/o changing selection
SelectAll select all entries without moving the cursor
SelectDocumentBegin move cursor to the beginning of document with selection
SelectDocumentEnd move cursor to the end of document with selection
SelectDown expend selection down
SelectLeft expend selection left
SelectLineBegin move cursor to the beginning of line with selection
SelectLineEnd move cursor to the end of line with selection
SelectPageBegin move cursor to the beginning of page with selection
SelectPageDown move cursor one page down with selection
SelectPageEnd move cursor to the end of page with selection
SelectPageUp move cursor one page up with selection
SelectRight expend selection right
SelectUp expend selection up
Up move selection up