Back to Devexpress

TcxCustomGridTableView Events

vcl-cxgridcustomtableview-dot-tcxcustomgridtableview-dot-underscore-events.md

latest10.8 KB
Original Source

TcxCustomGridTableView Events

The base class for all table-based grid View classes in the VCL Data Grid.

NameDescription
DataControllerEventsInherited from TcxCustomGridView.
NavigatorEvents
OnCanFocusRecordAllows you to prevent a record from being focused.
OnCanSelectRecordAllows you to prevent a record from being selected.
OnCellClickOccurs every time a user clicks a cell.
OnCellDblClickOccurs every time a user double-clicks a cell.
OnCustomDrawCellAllows you to override or complement built-in cell draw routines.
OnCustomDrawPartBackgroundAllows you to custom draw a View element background.
OnCustomization protectedInherited from TcxCustomGridView.
OnDblClickOccurs when an end-user double-clicks within the current View. Inherited from TcxCustomGridView.
OnDragDropOccurs when a user drops the object being dragged within the current View. Inherited from TcxCustomGridView.
OnDragOverOccurs when a user drags an object over the current View. Inherited from TcxCustomGridView.
OnEditChangedOccurs when a cell is edited within the current View.
OnEditDblClickEnables you to perform specific actions when an end-user double-clicks within an active cell editor.
OnEditingOccurs before activating a grid cell’s editor.
OnEditKeyDownAllows you to respond to keystrokes in an active in-place cell editor.
OnEditKeyPressOccurs when an alphanumeric key is pressed to change a cell editor‘s value.
OnEditKeyUpOccurs when an end-user releases a key while a cell editor is active.
OnEditValueChangedOccurs when changing the edit value of the active cell editor.
OnEndDragOccurs when finishing dragging an object. Inherited from TcxCustomGridView.
OnFilterControlDialogShowAllows you to respond to a filter customization dialog display operation and modify the dialog’s appearance.
OnFilterCustomizationEnables you to prevent the Filter Builder dialog from being displayed or substitute it with your own dialog.
OnFilterDialogShowEnables you to prevent filter dialogs from being displayed or substitute them with your own filter dialog(s).
OnFindPanelVisibilityChangedEnables you to track Find Panel visibility changes.
OnFocusedItemChangedOccurs when focus moves to a different data item.
OnFocusedRecordChangedAllows you to respond to navigation between records.
OnGetCellHeightAllows you to adjust the height of any visible cell in the grid Table View.
OnGetDragDropTextAllows you to modify display text during a drag-and-drop operation.
OnGetScrollbarAnnotationHintEnables you to show hints for scrollbar annotations.
OnGetStoredPropertiesOccurs when the list of the current View’s properties that will be stored in external storage is produced. Inherited from TcxCustomGridView.
OnGetStoredPropertyValueOccurs when the values of the current View’s properties are stored in external storage. Inherited from TcxCustomGridView.
OnInitEditAllows you to configure an in-place cell editor before it is displayed.
OnInitEditValueAllows you to initialize the activated in-place editor value for a particular cell.
OnInitFilteringDateRangesEnables you to customize a collection of filter date ranges that are common to all View items.
OnInitGroupingDateRanges protectedEnables you to customize a collection of grouping date ranges that are common to all View items.
OnInitStoredObjectOccurs when a non-existent View element that is present within storage is created within the View. Inherited from TcxCustomGridView.
OnKeyDownInherited from TcxCustomGridView.
OnKeyPressInherited from TcxCustomGridView.
OnKeyUpInherited from TcxCustomGridView.
OnMouseDownOccurs when an end-user presses a mouse button and the mouse pointer is located over the current View. Inherited from TcxCustomGridView.
OnMouseEnterOccurs when the mouse pointer moves over the current View. Inherited from TcxCustomGridView.
OnMouseLeaveOccurs when the mouse pointer leaves the current View. Inherited from TcxCustomGridView.
OnMouseMoveInherited from TcxCustomGridView.
OnMouseUpOccurs when an end-user releases a mouse button that was pressed and the mouse pointer is located over the current View. Inherited from TcxCustomGridView.
OnMouseWheelInherited from TcxCustomGridView.
OnMouseWheelDownInherited from TcxCustomGridView.
OnMouseWheelUpInherited from TcxCustomGridView.
OnPopulateCustomScrollbarAnnotationRowIndexListEnables you to display custom scrollbar annotations.
OnSelectionChangedOccurs after moving the selection to another grid record or column (its cells).
OnSetStoredPropertyValueOccurs when the values of the current View’s properties are restored from external storage. Inherited from TcxCustomGridView.
OnStartDragOccurs when a user starts dragging by left-clicking the current View. Inherited from TcxCustomGridView.
OnTopRecordIndexChangedOccurs when a View is scrolled vertically.
OnUpdateEditEnables you to respond to switching the edit mode for the grid or updates to the record being edited with a cell’s in-place editor.
StylesEventsInherited from TcxCustomGridView.

See Also

TcxCustomGridTableView Class

TcxCustomGridTableView Members

cxGridCustomTableView Unit