The Grid type exposes the following members.
Events
| Name | Description | |
|---|---|---|
| AppearanceChanged |
Occurs when the Appearance is changed.
| |
| CellAppearanceChanged |
Occurs when the Cell's appearance is changed.
| |
| CellBeginEdit |
Occurs when the edit process begins.
| |
| CellClicked |
Occurs when the end-user has clicked on the Cell.
| |
| CellClicking |
Occurs when the end-user clicking on the Cell.
| |
| CellEditor | ||
| CellEndEdit |
Occurs when the edit process finishes.
| |
| CellEnter |
Occurs when the mouse pointer enters the Cell.
| |
| CellFormatChanged | ||
| CellImageChanged |
Occurs when the Cell's image is changed.
| |
| CellLeave |
Occurs when the mouse pointer leaves the Cell.
| |
| ColumnAdded | ||
| ColumnAppearanceChanged |
Occurs when the Column's appearance is changed.
| |
| ColumnMoved |
Occurs when a Column has been moved.
| |
| ColumnMoving |
Occurs when a Column is moving.
| |
| ColumnRemoved | ||
| ColumnRemoving | ||
| ColumnVisibilityChanged |
Occurs when a Column becomes visible or invisible.
| |
| ColumnWidthChanged |
Occurs when the Column's width is changed.
| |
| DragBegin |
Occurs when the user begins the drag & drop operation
| |
| DragDropContent |
Occurs when a drag-and-drop operation is completed.
| |
| DragEnd |
Occurs when the user ends the drag & drop operation
| |
| DragEnterContent |
Occurs when a content is dragged into the grid's bounds.
| |
| DragOverContent |
Occurs when a content is dragged over the grid's bounds.
| |
| FilterUpdated |
Occurs when the filter for all rows in the grid has been updated.
| |
| FilterUpdating |
Occurs when filter is updating.
| |
| FocusedColumnChanged |
Occurs when the focused column is changed.
| |
| FocusedRowChanged |
Occurs when the end used changes the focused row in the Grid.
| |
| FocusModeChanged |
Occurs when the focus mode changed.
| |
| GroupingChanged | ||
| HeaderAdded |
Occurs when a header is added to the Grid.
| |
| HeaderHeightChanged |
Occurs when the Header's height is changed.
| |
| HeaderRemoved |
Occurs when a header has been removed from the Grid.
| |
| HeaderRemoving |
Occurs when a header is removing from the Grid.
| |
| HeaderVisibilityChanged |
Occurs when the Header becomes visible or invisible.
| |
| LassoSelection |
Occurs when the user moves the mouse while lasso selection.
| |
| LassoSelectionBegin |
Occurs when the user starts the lasso selection.
| |
| LassoSelectionEnd |
Occurs when the user end the lasso selection.
| |
| MeasureCellWidth |
Occurs when grid measures cell width to adjust columns to the best size.
| |
| NextEditableCell |
Occurs when a new editable cell is required.
| |
| PaintBackground |
Occurs to paint the background of the Grid.
| |
| PaintCell |
Occurs to custom paint the Cell.
| |
| PaintColumnCaption |
Occurs to paint the Column.
| |
| PaintColumnPanel |
Occurs to paint header's column panel.
| |
| PaintGroupPanel |
Occurs to paint header's group panel.
| |
| PaintGroupRow |
Occurs to paint a group Row.
| |
| PaintHeader |
Occurs to paint the Header.
| |
| PaintHierarchy | ||
| PaintMergedColumn |
Occurs to paint merged column.
| |
| PaintRectangle |
Occurs to paint a rectangle in the Grid.
| |
| PaintRow |
Occurs to paint a Row.
| |
| PrevEditableCell |
Occurs when a new editable cell is required.
| |
| PrintPage |
Occurs when a page is printed or previewed.
| |
| RenderChanged |
Occurs when render has been changed.
| |
| RowAdded |
Occurs when a new Row is added to the grid.
| |
| RowAdding |
Occurs when a new data object is adding to grid.
| |
| RowAppearanceChanged |
Occurs when the Row's appearance is changed.
| |
| RowExpansionChanged |
Occurs when a Row is expanded or collapsed.
| |
| RowExpansionChanging |
Occurs when a Row is expanding or collapsing.
| |
| RowHeightChanged |
Occurs when the Row's height is changed.
| |
| RowMoved | ||
| RowRemoved | ||
| RowRemoving | ||
| RowUpdated |
Occurs when a data object, inserted into the Grid is updated.
| |
| RowVisibilityChanged |
Occurs when a Row becomes visible or invisible.
| |
| Scroll |
Occurs when vertical or horizontal scroll is changed.
| |
| SelectionChanged |
Occurs when the Row's selection is changed.
| |
| SelectionChanging |
Occurs when the Row's selection is changed.
| |
| SortChanged |
Occurs when a sort changed in the Grid.
| |
| ValidateCell |
Occurs when a value should be validated while cell editing.
|