Back to Devexpress

TcxGridBandedTableView Events

vcl-cxgridbandedtableview-dot-tcxgridbandedtableview-dot-underscore-events.md

latest18.0 KB
Original Source

TcxGridBandedTableView Events

A View that groups columns into bands.

NameDescription
DataControllerEventsInherited from TcxCustomGridView.
NavigatorEventsInherited from TcxCustomGridTableView.
OnBandPosChangedOccurs when an end-user changes the visibility or position of a band within the current View.
OnBandSizeChangedOccurs when a user changes band width.
OnCanFocusRecordAllows you to prevent a record from being focused. Inherited from TcxCustomGridTableView.
OnCanSelectRecordAllows you to prevent a record from being selected. Inherited from TcxCustomGridTableView.
OnCellClickOccurs every time a user clicks a cell. Inherited from TcxCustomGridTableView.
OnCellDblClickOccurs every time a user double-clicks a cell. Inherited from TcxCustomGridTableView.
OnColumnHeaderClickAllows you to respond to a click on a column header. Inherited from TcxGridTableView.
OnColumnPosChangedOccurs when an end-user changes the visibility or position of a column within the current View. Inherited from TcxGridTableView.
OnColumnSizeChangedOccurs when a user changes the size of a column. Inherited from TcxGridTableView.
OnCustomDrawBandHeaderOccurs every time a band header in a Banded Table View is about to be drawn.
OnCustomDrawCellAllows you to override or complement built-in cell draw routines. Inherited from TcxCustomGridTableView.
OnCustomDrawColumnHeaderOccurs every time when a column header is about to be drawn. Inherited from TcxGridTableView.
OnCustomDrawFooterCellOccurs every time a footer or group footer cell is about to be drawn. Inherited from TcxGridTableView.
OnCustomDrawGroupCellAllows you to complement or override built-in group row draw routines. Inherited from TcxGridTableView.
OnCustomDrawGroupSummaryCellOccurs every time a group summary is about to be drawn in a group row. Inherited from TcxGridTableView.
OnCustomDrawIndicatorCellOccurs when painting an indicator cell within a Table View. Inherited from TcxGridTableView.
OnCustomDrawPartBackgroundAllows you to custom draw a View element background. Inherited from TcxCustomGridTableView.
OnCustomizationInherited from TcxCustomGridView.
OnDblClickOccurs when an end-user double-clicks within the current View. Inherited from TcxCustomGridView.
OnDetachedEditFormInitializeInherited from TcxGridTableView.
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. Inherited from TcxCustomGridTableView.
OnEditDblClickEnables you to perform specific actions when an end-user double-clicks within an active cell editor. Inherited from TcxCustomGridTableView.
OnEditingOccurs before activating a grid cell’s editor. Inherited from TcxCustomGridTableView.
OnEditKeyDownAllows you to respond to keystrokes in an active in-place cell editor. Inherited from TcxCustomGridTableView.
OnEditKeyPressOccurs when an alphanumeric key is pressed to change a cell editor‘s value. Inherited from TcxCustomGridTableView.
OnEditKeyUpOccurs when an end-user releases a key while a cell editor is active. Inherited from TcxCustomGridTableView.
OnEditValueChangedOccurs when changing the edit value of the active cell editor. Inherited from TcxCustomGridTableView.
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. Inherited from TcxCustomGridTableView.
OnFilterCustomizationEnables you to prevent the Filter Builder dialog from being displayed or substitute it with your own dialog. Inherited from TcxCustomGridTableView.
OnFilterDialogShowEnables you to prevent filter dialogs from being displayed or substitute them with your own filter dialog(s). Inherited from TcxCustomGridTableView.
OnFindPanelVisibilityChangedEnables you to track Find Panel visibility changes. Inherited from TcxCustomGridTableView.
OnFocusedItemChangedOccurs when focus moves to a different data item. Inherited from TcxCustomGridTableView.
OnFocusedRecordChangedAllows you to respond to navigation between records. Inherited from TcxCustomGridTableView.
OnGetCellHeightAllows you to adjust the height of any visible cell in the grid Table View. Inherited from TcxCustomGridTableView.
OnGetDragDropTextAllows you to modify display text during a drag-and-drop operation. Inherited from TcxCustomGridTableView.
OnGetScrollbarAnnotationHintEnables you to show hints for scrollbar annotations. Inherited from TcxCustomGridTableView.
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.
OnGetUnmergeableColumnsInherited from TcxGridTableView.
OnGroupRowCollapsedAllows you to perform specific actions after a group row has collapsed. Inherited from TcxGridTableView.
OnGroupRowCollapsingAllows you to prevent a group row from collapsing. Inherited from TcxGridTableView.
OnGroupRowExpandedAllows you to perform specific actions after a group row has expanded. Inherited from TcxGridTableView.
OnGroupRowExpandingAllows you to prevent a group row from expanding. Inherited from TcxGridTableView.
OnInitEditAllows you to configure an in-place cell editor before it is displayed. Inherited from TcxCustomGridTableView.
OnInitEditValueAllows you to initialize the activated in-place editor value for a particular cell. Inherited from TcxCustomGridTableView.
OnInitFilteringDateRangesEnables you to customize a collection of filter date ranges that are common to all View items. Inherited from TcxCustomGridTableView.
OnInitGroupingDateRangesEnables you to customize a collection of grouping date ranges that are common to all View items. Inherited from TcxCustomGridTableView.
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.
OnLeftPosChangedOccurs when a View is scrolled horizontally. Inherited from TcxGridTableView.
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. Inherited from TcxCustomGridTableView.
OnQuickCustomizationColumnCompareEnables you to customize the order in which the Quick Column Customization dropdown displays its column names.
OnSelectionChangedOccurs after moving the selection to another grid record or column (its cells). Inherited from TcxCustomGridTableView.
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. Inherited from TcxCustomGridTableView.
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. Inherited from TcxCustomGridTableView.
RowLayoutEventsInherited from TcxGridTableView.
StylesEventsInherited from TcxCustomGridView.

See Also

TcxGridBandedTableView Class

TcxGridBandedTableView Members

cxGridBandedTableView Unit