The GridControl type exposes the following members.

Methods

  NameDescription
Protected methodArrangeOverride
Called to arrange and size the content of a Control object.
(Overrides Control..::..ArrangeOverride(Size).)
Public methodBeginEdit
Begins the edit cell.
Public methodCancelEdit
Cancels the cell editing.
Public methodCommitEdit
Commits modified value after cell editing.
Public methodFilterRefresh
Forces the GridControl re-check all Rows for filtering. Usually called when the filter conditions are changed.
Protected methodGetVisualChild
Overrides GetVisualChild(Int32), and returns a child at the specified index from a collection of child elements.
(Overrides FrameworkElement..::..GetVisualChild(Int32).)
Public methodHitTest
Gets element type by its location in GridControl.
Public methodInvalidate
Forces the grid to remeasure all the content.
Protected methodMeasureOverride
Called to remeasure a control.
(Overrides Control..::..MeasureOverride(Size).)
Protected methodOnCellClicked
Called when the user has clicked on the Cell.
Protected methodOnCellClicking
Called when the user is clicking on the Cell.
Protected methodOnCellEnter
Called when the mouse pointer enters the Cell.
Protected methodOnCellLeave
Called when the mouse pointer leaves the Cell.
Protected methodOnColumnAdded
Called when a new Column is added to the Header.
Protected methodOnColumnMoved
Called when a Column was moved.
Protected methodOnColumnMoving
Called when a Column is moving.
Protected methodOnColumnRemoved
Called when a Column has been removed from the GridControl.
Protected methodOnColumnRemoving
Called when a Column is removing from the GridControl.
Protected methodOnColumnVisibilityChanged
Called when a Column becomes visible or invisible.
Protected methodOnColumnWidthChanged
Called when the Column's width is changed.
Protected methodOnExpansionButtonState
Called to customize a state of expansion button.
Protected methodOnFocusedRowChanged
Called when focused row is changed.
Protected methodOnGroupingChanged
Called when Columns are regrouped in the Header.
Protected methodOnHeaderAdded
Called when a header is added to the GridControl.
Protected methodOnHeaderHeightChanged
Called when Header's height is changed.
Protected methodOnHeaderRemoved
Called when a header has been removed from the GridControl.
Protected methodOnHeaderRemoving
Called when a header is removing from the GridControl.
Protected methodOnHeaderVisibilityChanged
Called when the Header becomes visible or invisible.
Protected methodOnMouseLeave
Invoked when an unhandled MouseLeave attached event is raised on this element. Implement this method to add class handling for this event.
(Overrides UIElement..::..OnMouseLeave(MouseEventArgs).)
Protected methodOnNextEditableCell
Called when GridControl looks for a new Cell to edit.
Protected methodOnPrevEditableCell
Called when GridControl looks for a new Cell to edit.
Protected methodOnPreviewKeyDown
Invoked when an unhandled PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Overrides UIElement..::..OnPreviewKeyDown(KeyEventArgs).)
Protected methodOnPreviewMouseDoubleClick
Raises the PreviewMouseDoubleClick routed event.
(Overrides Control..::..OnPreviewMouseDoubleClick(MouseButtonEventArgs).)
Protected methodOnPreviewMouseDown
Invoked when an unhandled PreviewMouseDown attached routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Overrides UIElement..::..OnPreviewMouseDown(MouseButtonEventArgs).)
Protected methodOnPreviewMouseMove
Invoked when an unhandled PreviewMouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Overrides UIElement..::..OnPreviewMouseMove(MouseEventArgs).)
Protected methodOnPreviewMouseUp
Invoked when an unhandled PreviewMouseUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Overrides UIElement..::..OnPreviewMouseUp(MouseButtonEventArgs).)
Protected methodOnRender
When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing.
(Overrides UIElement..::..OnRender(DrawingContext).)
Protected methodOnRowAdded
Called when a new Row is added to the grid.
Protected methodOnRowAdding
Called when a new object is adding to GridControl.
Protected methodOnRowBackground
Called when GridControl renders the row background.
Protected methodOnRowExpansionChanged
Called when a Row is expanded or collapsed.
Protected methodOnRowExpansionChanging
Called when a Row is expanding or collapsing.
Protected methodOnRowForeground
Called when GridControl renders the row foreground.
Protected methodOnRowHeightChanged
Called when the Row's height is changed.
Protected methodOnRowMoved
Called when a Row is moved.
Protected methodOnRowRemoved
Called after the Row has been removed from the GridControl.
Protected methodOnRowRemoving
Called when a Row is removing from the GridControl.
Protected methodOnRowUpdated
Called when a IDataField of Row is updated.
Protected methodOnRowVisibilityChanged
Called when a Row becomes visible or invisible.
Protected methodOnSelectionChanged
Called when the Row's selection is changed.
Protected methodOnSelectionChanging
Called before the Row's selection is changed.
Protected methodOnSortChanged
Called when a sort in the GridControl is changed.

See Also