The GridControl type exposes the following members.

Events

  NameDescription
Public eventCellClicked
Occurs when the user has clicked on the Cell.
Public eventCellClicking
Occurs when the user is clicking on the Cell.
Public eventCellEnter
Occurs when the mouse pointer enters the Cell.
Public eventCellLeave
Occurs when the mouse pointer leaves the Cell.
Public eventColumnAdded
Occurs when a new Column was added.
Public eventColumnMoved
Occurs when a Column was moved.
Public eventColumnMoving
Occurs when a Column is moving.
Public eventColumnRemoved
Occurs when a Column was removed.
Public eventColumnRemoving
Occurs when a Column is removing.
Public eventColumnVisibilityChanged
Occurs when a Column becomes visible or invisible.
Public eventColumnWidthChanged
Occurs when Column's width changed.
Public eventExpansionButtonState
Occurs when GridControl renders expansion button and provides a way to customize its state (hide or make the button visible).
Public eventFocusedRowChanged
Occurs when a focused Row changed.
Public eventGroupingChanged
Occurs when columns were regrouped.
Public eventHeaderAdded
Occurs when a new Header was added.
Public eventHeaderHeightChanged
Occurs when Header's height changed.
Public eventHeaderRemoved
Occurs when a Header was removed.
Public eventHeaderRemoving
Occurs when a Header is removing.
Public eventHeaderVisibilityChanged
Occurs when Header's visibility changed and it becomes visible or invisible.
Public eventRowAdded
Occurs when a new data object was added to GridControl.
Public eventRowAdding
Occurs when a new data object is adding to GridControl
Public eventRowBackground
Called when GridControl renders Row's background and provides a way to specify a custom Brush.
Public eventRowExpansionChanged
Occurs when a Row is expanded or collapsed.
Public eventRowExpansionChanging
Occurs when a Row is expanding or collapsing.
Public eventRowForeground
Called when GridControl renders Row's foreground and provides a way to specify a custom Brush.
Public eventRowHeightChanged
Occurs when Row's height is changed.
Public eventRowMoved
Occurs when a Row is moved.
Public eventRowRemoved
Occurs when a Row was removed.
Public eventRowRemoving
Occurs when a Row is removing.
Public eventRowSelectionChanged
Occurs when Row's selection was changed.
Public eventRowSelectionChanging
Occurs when Row's selection is changing.
Public eventRowUpdated
Occurs when a Row is updated.
Public eventRowVisibilityChanged
Occurs when Row visibility changed and it becomes visible or invisible.
Public eventSortChanged
Occurs when GridControl reorders the content.

See Also