Grid Methods |
The Grid type exposes the following members.
Name | Description | |
---|---|---|
![]() | BeginEdit |
Begin to edit one cell
|
![]() | CancelEdit |
Cancels the current edit operation and reverts the cell value to the value in the model.
|
![]() | CommitEdit |
Commits a current edit operation and sets the current value to the model.
|
![]() | GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides Control.GetCallback().) |
![]() | OnCellClick |
Raises the CellClick event.
|
![]() | OnCellDoubleClick |
Raises the CellDoubleClick event.
|
![]() | OnCellEdited |
Raises the CellEdited event
|
![]() | OnCellEditing |
Raises the CellEditing event
|
![]() | OnCellFormatting |
Raises the CellFormatting event
|
![]() | OnColumnHeaderClick |
Raises the ColumnHeaderClick event
|
![]() | OnSelectionChanged |
Raises the SelectionChanged event
|
![]() | ScrollToRow |
Scrolls to show the specified row in the view
|
![]() | SelectAll |
Selects all rows
|
![]() | SelectRow |
Selects the row to the specified row, clearing other selections
|
![]() | UnselectAll |
Clears the selection
|
![]() | UnselectRow |
Unselects the specified row |