Skip to main content
A newer version of this page is available. .

VGridControl Events

The grid control that displays data in a tabular form with data fields rendered as rows, and records rendered as columns. See Vertical Grid.
Name Description
AutoSizeChanged This event is not relevant for this class. Inherited from Control.
BackColorChanged Occurs when the value of the BackColor property changes. Inherited from Control.
BackgroundImageChanged Occurs when the value of the BackgroundImage property changes. Inherited from Control.
BackgroundImageLayoutChanged Occurs when the BackgroundImageLayout property changes. Inherited from Control.
BeforeLoadLayout Occurs before a layout is restored from storage (a stream, xml file or the system registry). Inherited from VGridControlBase.
BindingContextChanged Occurs when the value of the BindingContext property changes. Inherited from Control.
CausesValidationChanged Occurs when the value of the CausesValidation property changes. Inherited from Control.
CellValueChanged Fires immediately after a cell’s value has been changed. Inherited from VGridControlBase.
CellValueChanging Fires in response to changing the edit value. Inherited from VGridControlBase.
ChangeUICues Occurs when the focus or keyboard user interface (UI) cues change. Inherited from Control.
Click Occurs when the control is clicked. Inherited from Control.
ClientSizeChanged Occurs when the value of the ClientSize property changes. Inherited from Control.
ContextMenuChanged Occurs when the value of the ContextMenu property changes. Inherited from Control.
ContextMenuStripChanged Occurs when the value of the ContextMenuStrip property changes. Inherited from Control.
ControlAdded Occurs when a new control is added to the Control.ControlCollection. Inherited from Control.
ControlRemoved Occurs when a control is removed from the Control.ControlCollection. Inherited from Control.
CursorChanged Occurs when the value of the Cursor property changes. Inherited from Control.
CustomColumnDisplayText Allows you to customize the text displayed in a cell and the corresponding filter.
CustomDrawFilterPanel Enables you to paint the Filter Panel manually.
CustomDrawRowHeaderCell Enables row header cells to be painted manually. Inherited from VGridControlBase.
CustomDrawRowHeaderIndent Enables row header indents to be painted manually. Inherited from VGridControlBase.
CustomDrawRowValueCell Enables data cells to be painted manually. Inherited from VGridControlBase.
CustomDrawSeparator Enables cell separators to be painted manually. Inherited from VGridControlBase.
CustomDrawTreeButton Enables expand buttons to be painted manually. Inherited from VGridControlBase.
CustomFilterDisplayText Allows you to customize the display text representing the current filter within the filter panel.
CustomizationFormCreatingCategory Fires when a new category is about to be created in Customization Form. Inherited from VGridControlBase.
CustomizationFormDeletingCategory Fires when a category is about to be deleted in Customization Form. Inherited from VGridControlBase.
CustomRecordCellEdit Enables editors to be assigned to individual cells. Inherited from VGridControlBase.
CustomRecordCellEditForEditing Allows you to assign a custom editor to a cell for in-place editing, and so override the default row editor, which is by default, used both in display and edit modes. Inherited from VGridControlBase.
CustomRecordFilter Allows you to hide a record regardless of the applied filter.
CustomUnboundData Enables data to be provided to and modified data to be saved from unbound rows.
DataSourceChanged Fires after the grid’s data source has been changed. Inherited from VGridControlBase.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DockChanged Occurs when the value of the Dock property changes. Inherited from Control.
DoubleClick Occurs when the control is double-clicked. Inherited from Control.
DpiChangedAfterParent Occurs when the DPI setting for a control is changed programmatically after the DPI of its parent control or form has changed. Inherited from Control.
DpiChangedBeforeParent Occurs when the DPI setting for a control is changed programmatically before a DPI change event for its parent control or form has occurred. Inherited from Control.
DragDrop Occurs when a drag-and-drop operation is completed. Inherited from Control.
DragEnter Occurs when an object is dragged into the control’s bounds. Inherited from Control.
DragLeave Occurs when an object is dragged out of the control’s bounds. Inherited from Control.
DragOver Occurs when an object is dragged over the control’s bounds. Inherited from Control.
EditorKeyDown Occurs when a key is pressed within an in-place editor that belongs to the container control. Inherited from EditorContainer.
EditorKeyPress Occurs when a character key is pressed within an in-place editor that belongs to the container control. Inherited from EditorContainer.
EditorKeyUp Occurs when a pressed key is released within an in-place editor that belongs to the container control. Inherited from EditorContainer.
EnabledChanged Occurs when the Enabled property value has changed. Inherited from Control.
EndDragRow Fires after a row drag and drop operation has been completed. Inherited from VGridControlBase.
Enter Occurs when the control is entered. Inherited from Control.
FilterEditorCreated Allows you to customize the filter editor before it is displayed on screen.
FilterPopupExcelCustomizeTemplate Allows you to customize templates used by Excel-style Filter Dropdowns and external editors generated using Filtering UI Context.
FilterPopupExcelData Allows you to remove and modify items in the Excel-style Filter Dropdown, as well as add your own custom items that apply specific filtering conditions.
FilterPopupExcelPrepareTemplate Allows you to replace templates used by Excel-style Filter Dropdowns and external editors generated using Filtering UI Context.
FilterPopupExcelQueryFilterCriteria Fires when a new data filter is about to be applied to the control using the Excel-style Filter Dropdown, and allows you to substitute the filter.
FocusedRecordCellChanged Fires in response to cell focus changing from one cell to another in a record if the previously and currently focused cells have different indexes. Inherited from VGridControlBase.
FocusedRecordChanged Fires in response to record focus changing. Inherited from VGridControlBase.
FocusedRowChanged Fires in response to row focus moving. Inherited from VGridControlBase.
FontChanged Occurs when the Font property value changes. Inherited from Control.
ForeColorChanged Occurs when the ForeColor property value changes. Inherited from Control.
GiveFeedback Occurs during a drag operation. Inherited from Control.
GotFocus Occurs when the control receives focus. Inherited from Control.
GridLayout Fires after the grid’s layout has been changed. Inherited from VGridControlBase.
HandleCreated Occurs when a handle is created for the control. Inherited from Control.
HandleDestroyed Occurs when the control’s handle is in the process of being destroyed. Inherited from Control.
HelpRequested Occurs when the user requests help for a control. Inherited from Control.
HiddenEditor Fires after an inplace editor has been closed. Inherited from VGridControlBase.
HideCustomizationForm Fires before the Customization Form is closed. Inherited from VGridControlBase.
ImeModeChanged Occurs when the ImeMode property has changed. Inherited from Control.
InitNewRecord Enables added records to be initialized. Inherited from VGridControlBase.
Invalidated Occurs when a control’s display requires redrawing. Inherited from Control.
InvalidRecordException Fires when a record fails validation or when it cannot be saved to the data source. Inherited from VGridControlBase.
InvalidValueException Enables a proper response to entering an invalid cell value to be provided. Inherited from VGridControlBase.
KeyDown Occurs when a key is pressed while the control has focus. Inherited from Control.
KeyPress Occurs when a character. space or backspace key is pressed while the control has focus. Inherited from Control.
KeyUp Occurs when a key is released while the control has focus. Inherited from Control.
Layout Occurs when a control should reposition its child controls. Inherited from Control.
LayoutUpgrade Occurs after a layout whose version doesn’t match the current layout version has been loaded from storage (a stream, xml file or system registry). Inherited from VGridControlBase.
Leave Occurs when the input focus leaves the control. Inherited from Control.
LeftVisibleRecordChanged Fires when the VGridControlBase.LeftVisibleRecord property’s value is changed. Inherited from VGridControlBase.
LocationChanged Occurs when the Location property value has changed. Inherited from Control.
LostFocus Occurs when the control loses focus. Inherited from Control.
MarginChanged Occurs when the control’s margin changes. Inherited from Control.
MouseCaptureChanged Occurs when the control loses mouse capture. Inherited from Control.
MouseClick Occurs when the control is clicked by the mouse. Inherited from Control.
MouseDoubleClick Occurs when the control is double clicked by the mouse. Inherited from Control.
MouseDown Occurs when the mouse pointer is over the control and a mouse button is pressed. Inherited from Control.
MouseEnter Occurs when the mouse pointer enters the control. Inherited from Control.
MouseHover Occurs when the mouse pointer rests on the control. Inherited from Control.
MouseLeave Occurs when the mouse pointer leaves the control. Inherited from Control.
MouseMove Occurs when the mouse pointer is moved over the control. Inherited from Control.
MouseUp Occurs when the mouse pointer is over the control and a mouse button is released. Inherited from Control.
MouseWheel Occurs when the mouse wheel moves while the control has focus. Inherited from Control.
Move Occurs when the control is moved. Inherited from Control.
PaddingChanged Occurs when the control’s padding changes. Inherited from Control.
Paint Occurs when the control is redrawn. Inherited from Control.
ParentChanged Occurs when the Parent property value changes. Inherited from Control.
ParseFindPanelText Fires after the query in the find panel changes. Allows you to create a filter condition based on the query and specify how to highlight results in the control. Inherited from VGridControlBase.
PopupMenuShowing Allows you to populate a context menu invoked with a right-click on a property. Inherited from VGridControlBase.
PreviewKeyDown Occurs before the KeyDown event when a key is pressed while focus is on this control. Inherited from Control.
ProcessDragRow Fires when a user drags a row. Inherited from VGridControlBase.
QueryAccessibilityHelp Occurs when AccessibleObject is providing help to accessibility applications. Inherited from Control.
QueryContinueDrag Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled. Inherited from Control.
QueryCustomFunctions Allows you to add custom function based filters (for example, ‘discount is more than 15%’) to Excel-style pop-up filter menus and/or the filter editor.
RecordCellStyle Enables the appearance settings of individual cells to be changed. Inherited from VGridControlBase.
RecordUpdated Occurs after the modified focused record has been saved to the underlying data source.
RecordWidthChanged Fires after a record’s width has been changed. Inherited from VGridControlBase.
RegionChanged Occurs when the value of the Region property changes. Inherited from Control.
Resize Occurs when the control is resized. Inherited from Control.
RightToLeftChanged Occurs when the RightToLeft property value changes. Inherited from Control.
RowChanged Fires after a row’s property has been changed. Inherited from VGridControlBase.
RowChanging Fires when changing a row’s property. Inherited from VGridControlBase.
RowFilterChanged Occurs when a row’s filter condition is changed.
RowHeaderWidthChanged Fires after the width of row headers has been changed. Inherited from VGridControlBase.
SelectedChanged Allows you to respond to changes in the current selection. Inherited from VGridControlBase.
ShowCustomizationForm Fires after the Customization Form has been invoked. Inherited from VGridControlBase.
ShowFilterPopupExcel Allows you to hide specific filter conditions from the ‘Filters’ tab of the Excel-style Filter Dropdown.
ShowingEditor Allows the editor’s activation to be canceled. Inherited from VGridControlBase.
ShowMenu Obsolete. Allows context menus for rows to be customized. Inherited from VGridControlBase.
ShownEditor Fires after a cell editor has been invoked. Inherited from VGridControlBase.
SizeChanged Occurs when the Size property value changes. Inherited from Control.
StartDragRow Fires before a row is dragged by an end-user. Inherited from VGridControlBase.
StateChanged Fires after the vertical grid’s state has been changed. Inherited from VGridControlBase.
StyleChanged Occurs when the control style changes. Inherited from Control.
SystemColorsChanged Occurs when the system colors change. Inherited from Control.
TabIndexChanged Occurs when the TabIndex property value changes. Inherited from Control.
TabStopChanged Occurs when the TabStop property value changes. Inherited from Control.
TextChanged Occurs when the Text property value changes. Inherited from Control.
TopVisibleRowIndexChanged Fires when the VGridControlBase.TopVisibleRowIndex property’s value is changed. Inherited from VGridControlBase.
UnboundExpressionEditorCreated Fires after an Expression Editor has been created for an unbound column.
Validated Occurs when the control is finished validating. Inherited from Control.
ValidateRecord Enables you to specify whether record data is valid and whether the record can lose focus. Inherited from VGridControlBase.
Validating Occurs when the control is validating. Inherited from Control.
ValidatingEditor Enables you to perform manual validation of cell values. Inherited from VGridControlBase.
VisibleChanged Occurs when the Visible property value changes. Inherited from Control.
See Also