The Grid type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| BeginInit |
Signals the object that initialization is starting.
| |
| BeginUpdate |
Prevents the grid control from being updated until the EndUpdate()()()() method is called.
| |
| Dispose |
Clean up any resources being used.
(Overrides Control..::..Dispose(Boolean).) | |
| EndInit |
Signals the object that initialization is complete.
| |
| EndUpdate |
Unlocks the grid after the BeginUpdate()()()() method call and causes an immediate update of the vertical scroll bar.
| |
| FilterRefresh | ||
| HitTest |
Gets elements by their location inside the grid.
| |
| IsInputKey |
Determines whether the specified key is a regular input key or a special key that requires preprocessing.
(Overrides Control..::..IsInputKey(Keys).) | |
| OnAppearanceChanged |
Called when the Appearance is changed.
| |
| OnCellAppearanceChanged |
Called when the Cell's appearance is changed.
| |
| OnCellBeginEdit |
Called when the user starts edit a Cell.
| |
| OnCellClicked |
Called when the end-user has clicked on the Cell.
| |
| OnCellClicking |
Called when the end-user clicking on the Cell.
| |
| OnCellEditor | ||
| OnCellEndEdit |
Called when finishes edit a Cell.
| |
| OnCellEnter |
Called when the mouse pointer enters the Cell.
| |
| OnCellFormatChanged | ||
| OnCellImageChanged |
Called when the Cell's image is changed.
| |
| OnCellLeave |
Called when the mouse pointer leaves the Cell.
| |
| OnColumnAdded | ||
| OnColumnAppearanceChanged |
Called when the Column's appearance is changed.
| |
| OnColumnMoved |
Called when a Column has been moved.
| |
| OnColumnMoving |
Called when a Column is moving.
| |
| OnColumnRemoved | ||
| OnColumnRemoving | ||
| OnColumnVisibilityChanged |
Called when a Column becomes visible or invisible.
| |
| OnColumnWidthChanged |
Called when the Column's width is changed.
| |
| OnDragBegin |
Raises the DragBegin event.
| |
| OnDragDrop |
Raises the DragDrop event.
(Overrides Control..::..OnDragDrop(DragEventArgs).) | |
| OnDragDropContent |
Raises the DragDropContent event.
| |
| OnDragEnd |
Raises the DragEnd event.
| |
| OnDragEnter |
Raises the DragEnter event.
(Overrides Control..::..OnDragEnter(DragEventArgs).) | |
| OnDragEnterContent |
Raises the DragEnterContent event.
| |
| OnDragLeave |
Raises the DragLeave event.
(Overrides Control..::..OnDragLeave(EventArgs).) | |
| OnDragOver |
Raises the DragOver event.
(Overrides Control..::..OnDragOver(DragEventArgs).) | |
| OnDragOverContent |
Raises the DragOverContent event.
| |
| OnFilterUpdated | ||
| OnFilterUpdating | ||
| OnFocusedColumnChanged |
Called when the focused column is changed.
| |
| OnGroupingChanged | ||
| OnHandleCreated |
Raises the HandleCreated event.
(Overrides Control..::..OnHandleCreated(EventArgs).) | |
| OnHandleDestroyed |
Raises the HandleDestroyed event.
(Overrides Control..::..OnHandleDestroyed(EventArgs).) | |
| OnHeaderAdded |
Called when a header is added to the Grid.
| |
| OnHeaderHeightChanged |
Called when the Header's height is changed.
| |
| OnHeaderRemoved |
Called when a header has been removed from the Grid.
| |
| OnHeaderRemoving |
Called when a header is removing from the Grid.
| |
| OnHeaderVisibilityChanged |
Called when the Header becomes visible or invisible.
| |
| OnKeyDown |
Raises the KeyDown event.
(Overrides Control..::..OnKeyDown(KeyEventArgs).) | |
| OnLassoSelection |
Raises the LassoSelection event.
| |
| OnLassoSelectionBegin |
Raises the LassoSelectionBegin event.
| |
| OnLassoSelectionEnd |
Raises the LassoSelectionEnd event.
| |
| OnLocationChanged |
Raises the LocationChanged event.
(Overrides Control..::..OnLocationChanged(EventArgs).) | |
| OnMeasureCellWidth |
Raises the MeasureCellWidth event.
| |
| OnMouseDoubleClick |
Raises the MouseDoubleClick event.
(Overrides Control..::..OnMouseDoubleClick(MouseEventArgs).) | |
| OnMouseDown |
Raises the MouseDown event.
(Overrides Control..::..OnMouseDown(MouseEventArgs).) | |
| OnMouseLeave |
Raises the MouseLeave event.
(Overrides Control..::..OnMouseLeave(EventArgs).) | |
| OnMouseMove |
Raises the MouseMove event.
(Overrides Control..::..OnMouseMove(MouseEventArgs).) | |
| OnMouseUp |
Raises the MouseUp event.
(Overrides Control..::..OnMouseUp(MouseEventArgs).) | |
| OnMouseWheel |
Raises the MouseWheel event.
(Overrides Control..::..OnMouseWheel(MouseEventArgs).) | |
| OnNextEditableCell |
Raises the NextEditableCell event.
| |
| OnPaint |
Raises the Paint event.
(Overrides Control..::..OnPaint(PaintEventArgs).) | |
| OnPaintBackground |
Called when the background of the Grid should be painted.
(Overrides Control..::..OnPaintBackground(PaintEventArgs).) | |
| OnPaintCell |
Called to repaint the the Cell.
| |
| OnPaintColumnCaption |
Called to repaint the the Column caption.
| |
| OnPaintColumnPanel |
Called to repaint the the column panel.
| |
| OnPaintGroupPanel |
Called to repaint the the group panel.
| |
| OnPaintGroupRow |
Called to repaint the the group Row.
| |
| OnPaintHierarchy |
Called to repaint the the hierarchical lines and expansion (+/-) buttons.
| |
| OnPaintMergedColumn |
Raises the PaintMergedColumn event.
| |
| OnPaintRectangle |
Called when some bounds in the client area of the Grid should be painted.
| |
| OnPaintRow |
Called to repaint the the Row.
| |
| OnParentChanged |
Raises the ParentChanged event.
(Overrides Control..::..OnParentChanged(EventArgs).) | |
| OnParentRightToLeftChanged |
Raises the RightToLeftChanged event when the RightToLeft property value of the control's container changes.
(Overrides Control..::..OnParentRightToLeftChanged(EventArgs).) | |
| OnParentVisibleChanged |
Raises the VisibleChanged event when the Visible property value of the control's container changes.
(Overrides Control..::..OnParentVisibleChanged(EventArgs).) | |
| OnPrevEditableCell |
Raises the PrevEditableCell event.
| |
| OnPrintPage |
Raises the [E:PrintPage] event.
| |
| OnResize |
Raises the Resize event.
(Overrides Control..::..OnResize(EventArgs).) | |
| OnRightToLeftChanged |
Raises the RightToLeftChanged event.
(Overrides Control..::..OnRightToLeftChanged(EventArgs).) | |
| OnRowAdded |
Called when a new Row is added to the grid.
| |
| OnRowAdding |
Called when a new row is adding.
| |
| OnRowAppearanceChanged |
Called when the Row's appearance is changed.
| |
| OnRowExpansionChanged |
Called when a Row is expanded or collapsed.
| |
| OnRowExpansionChanging |
Called when a Row is expanding or collapsing.
| |
| OnRowHeightChanged |
Called when the Row's height is changed.
| |
| OnRowMoved |
Called when a Row is moved.
| |
| OnRowRemoved | ||
| OnRowRemoving | ||
| 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 Grid is changed.
| |
| OnValidateCell |
Raises the ValidateCell event.
| |
| OnVisibleChanged |
Raises the VisibleChanged event.
(Overrides Control..::..OnVisibleChanged(EventArgs).) | |
| StopEdit |
Stops cell editing
| |
| WndProc |
Processes Windows messages.
(Overrides Control..::..WndProc(Message%).) |