The GridControl type exposes the following members.
Events
| Name | Description | |
|---|---|---|
| CellClicked |
Occurs when the user has clicked on the Cell.
| |
| CellClicking |
Occurs when the user is clicking on the Cell.
| |
| CellEnter |
Occurs when the mouse pointer enters the Cell.
| |
| CellLeave |
Occurs when the mouse pointer leaves the Cell.
| |
| ColumnAdded |
Occurs when a new Column was added.
| |
| ColumnMoved |
Occurs when a Column was moved.
| |
| ColumnMoving |
Occurs when a Column is moving.
| |
| ColumnRemoved |
Occurs when a Column was removed.
| |
| ColumnRemoving |
Occurs when a Column is removing.
| |
| ColumnVisibilityChanged |
Occurs when a Column becomes visible or invisible.
| |
| ColumnWidthChanged |
Occurs when Column's width changed.
| |
| ExpansionButtonState |
Occurs when GridControl renders expansion button and provides a way to customize its state (hide or make the button visible).
| |
| FocusedRowChanged |
Occurs when a focused Row changed.
| |
| GroupingChanged |
Occurs when columns were regrouped.
| |
| HeaderAdded |
Occurs when a new Header was added.
| |
| HeaderHeightChanged |
Occurs when Header's height changed.
| |
| HeaderRemoved |
Occurs when a Header was removed.
| |
| HeaderRemoving |
Occurs when a Header is removing.
| |
| HeaderVisibilityChanged |
Occurs when Header's visibility changed and it becomes visible or invisible.
| |
| RowAdded |
Occurs when a new data object was added to GridControl.
| |
| RowAdding |
Occurs when a new data object is adding to GridControl | |
| RowBackground | ||
| RowExpansionChanged |
Occurs when a Row is expanded or collapsed.
| |
| RowExpansionChanging |
Occurs when a Row is expanding or collapsing.
| |
| RowForeground | ||
| RowHeightChanged |
Occurs when Row's height is changed.
| |
| RowMoved |
Occurs when a Row is moved.
| |
| RowRemoved |
Occurs when a Row was removed.
| |
| RowRemoving |
Occurs when a Row is removing.
| |
| RowSelectionChanged |
Occurs when Row's selection was changed.
| |
| RowSelectionChanging |
Occurs when Row's selection is changing.
| |
| RowUpdated |
Occurs when a Row is updated.
| |
| RowVisibilityChanged |
Occurs when Row visibility changed and it becomes visible or invisible.
| |
| SortChanged |
Occurs when GridControl reorders the content.
|