The GridControl type exposes the following members.
Methods
Name | Description | |
---|---|---|
ArrangeOverride |
Called to arrange and size the content of a Control object.
(Overrides Control..::..ArrangeOverride(Size).) | |
BeginEdit |
Begins the edit cell.
| |
CancelEdit |
Cancels the cell editing.
| |
CommitEdit |
Commits modified value after cell editing.
| |
FilterRefresh |
Forces the GridControl re-check all Rows for filtering. Usually called when the filter conditions are changed.
| |
GetVisualChild |
Overrides GetVisualChild(Int32), and returns a child at the specified index from a collection of child elements.
(Overrides FrameworkElement..::..GetVisualChild(Int32).) | |
HitTest |
Gets element type by its location in GridControl.
| |
Invalidate |
Forces the grid to remeasure all the content.
| |
MeasureOverride |
Called to remeasure a control.
(Overrides Control..::..MeasureOverride(Size).) | |
OnCellClicked |
Called when the user has clicked on the Cell.
| |
OnCellClicking |
Called when the user is clicking on the Cell.
| |
OnCellEnter |
Called when the mouse pointer enters the Cell.
| |
OnCellLeave |
Called when the mouse pointer leaves the Cell.
| |
OnColumnAdded | ||
OnColumnMoved |
Called when a Column was moved.
| |
OnColumnMoving |
Called when a Column is moving.
| |
OnColumnRemoved |
Called when a Column has been removed from the GridControl.
| |
OnColumnRemoving |
Called when a Column is removing from the GridControl.
| |
OnColumnVisibilityChanged |
Called when a Column becomes visible or invisible.
| |
OnColumnWidthChanged |
Called when the Column's width is changed.
| |
OnExpansionButtonState |
Called to customize a state of expansion button.
| |
OnFocusedRowChanged |
Called when focused row is changed.
| |
OnGroupingChanged | ||
OnHeaderAdded |
Called when a header is added to the GridControl.
| |
OnHeaderHeightChanged |
Called when Header's height is changed.
| |
OnHeaderRemoved |
Called when a header has been removed from the GridControl.
| |
OnHeaderRemoving |
Called when a header is removing from the GridControl.
| |
OnHeaderVisibilityChanged |
Called when the Header becomes visible or invisible.
| |
OnMouseLeave |
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).) | |
OnNextEditableCell |
Called when GridControl looks for a new Cell to edit.
| |
OnPrevEditableCell |
Called when GridControl looks for a new Cell to edit.
| |
OnPreviewKeyDown |
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).) | |
OnPreviewMouseDoubleClick |
Raises the PreviewMouseDoubleClick routed event.
(Overrides Control..::..OnPreviewMouseDoubleClick(MouseButtonEventArgs).) | |
OnPreviewMouseDown |
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).) | |
OnPreviewMouseMove |
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).) | |
OnPreviewMouseUp |
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).) | |
OnRender |
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).) | |
OnRowAdded |
Called when a new Row is added to the grid.
| |
OnRowAdding |
Called when a new object is adding to GridControl.
| |
OnRowBackground |
Called when GridControl renders the row background.
| |
OnRowExpansionChanged |
Called when a Row is expanded or collapsed.
| |
OnRowExpansionChanging |
Called when a Row is expanding or collapsing.
| |
OnRowForeground |
Called when GridControl renders the row foreground.
| |
OnRowHeightChanged |
Called when the Row's height is changed.
| |
OnRowMoved |
Called when a Row is moved.
| |
OnRowRemoved |
Called after the Row has been removed from the GridControl.
| |
OnRowRemoving |
Called when a Row is removing from the GridControl.
| |
OnRowUpdated |
Called when a IDataField of Row is updated.
| |
OnRowVisibilityChanged |
Called when a Row becomes visible or invisible.
| |
OnSelectionChanged |
Called when the Row's selection is changed.
| |
OnSelectionChanging |
Called before the Row's selection is changed.
| |
OnSortChanged |
Called when a sort in the GridControl is changed.
|