Skip to main content

TcxGridCardView Events

Represents a Card View.
Name Description
DataControllerEvents Inherited from TcxCustomGridView.
NavigatorEvents Inherited from TcxCustomGridTableView.
OnCanFocusRecord Occurs before focusing a grid record. Inherited from TcxCustomGridTableView.
OnCanSelectRecord Occurs before selecting a grid record. Inherited from TcxCustomGridTableView.
OnCellClick Occurs when an end-user clicks a cell within a View. Inherited from TcxCustomGridTableView.
OnCellDblClick Occurs when an end-user double-clicks on a cell within a View. Inherited from TcxCustomGridTableView.
OnCustomDrawCell Occurs when a cell within a Table View needs to be painted. Inherited from TcxCustomGridTableView.
OnCustomDrawPartBackground Enables you to custom paint a View element‘s background. Inherited from TcxCustomGridTableView.
OnCustomization Inherited from TcxCustomGridView.
OnDblClick Occurs when an end-user double-clicks within the current View. Inherited from TcxCustomGridView.
OnDragDrop Occurs when a user drops the object being dragged within the current View. Inherited from TcxCustomGridView.
OnDragOver Occurs when a user drags an object over the current View. Inherited from TcxCustomGridView.
OnEditChanged Occurs when a cell is edited within the current View. Inherited from TcxCustomGridTableView.
OnEditDblClick Enables you to perform specific actions when an end-user double-clicks within an active cell editor. Inherited from TcxCustomGridTableView.
OnEditing Occurs before activating a grid cell’s editor. Inherited from TcxCustomGridTableView.
OnEditKeyDown Occurs when an end-user presses a key while a cell editor is active. Inherited from TcxCustomGridTableView.
OnEditKeyPress Occurs when an alphanumeric key is pressed to change a cell editor‘s value. Inherited from TcxCustomGridTableView.
OnEditKeyUp Occurs when an end-user releases a key while a cell editor is active. Inherited from TcxCustomGridTableView.
OnEditValueChanged Occurs when changing the edit value of the active cell editor. Inherited from TcxCustomGridTableView.
OnEndDrag Occurs when finishing dragging an object. Inherited from TcxCustomGridView.
OnFilterControlDialogShow Enables you to customize the Filter Builder dialog before showing it. Inherited from TcxCustomGridTableView.
OnFilterCustomization Enables you to prevent the Filter Builder dialog from being displayed or substitute it with your own dialog. Inherited from TcxCustomGridTableView.
OnFilterDialogShow Enables you to prevent filter dialogs from being displayed or substitute them with your own filter dialog(s). Inherited from TcxCustomGridTableView.
OnFindPanelVisibilityChanged Enables you to track Find Panel visibility changes. Inherited from TcxCustomGridTableView.
OnFocusedItemChanged Occurs when focus is changed to a different View item. Inherited from TcxCustomGridTableView.
OnFocusedRecordChanged Occurs after focus is moved to a different record. Inherited from TcxCustomGridTableView.
OnGetCellHeight Enables you to adjust the height of any visible cell in the grid Table View. Inherited from TcxCustomGridTableView.
OnGetDragDropText Enables you to customize the text which is displayed during a drag operation. Inherited from TcxCustomGridTableView.
OnGetScrollbarAnnotationHint Enables you to show hints for scrollbar annotations. Inherited from TcxCustomGridTableView.
OnGetStoredProperties Occurs when the list of the current View’s properties that will be stored in external storage is produced. Inherited from TcxCustomGridView.
OnGetStoredPropertyValue Occurs when the values of the current View’s properties are stored in external storage. Inherited from TcxCustomGridView.
OnInitEdit Enables you to customize an in-place cell editor. Inherited from TcxCustomGridTableView.
OnInitEditValue Allows you to initialize the activated cell editor’s edit value for a particular cell. Inherited from TcxCustomGridTableView.
OnInitFilteringDateRanges Enables you to customize a collection of filter date ranges that are common to all View items. Inherited from TcxCustomGridTableView.
OnInitGroupingDateRanges protected Enables you to customize a collection of grouping date ranges that are common to all View items. Inherited from TcxCustomGridTableView.
OnInitStoredObject Occurs when a non-existent View element that is present within storage is created within the View. Inherited from TcxCustomGridView.
OnKeyDown Inherited from TcxCustomGridView.
OnKeyPress Inherited from TcxCustomGridView.
OnKeyUp Inherited from TcxCustomGridView.
OnMouseDown Occurs when an end-user presses a mouse button and the mouse pointer is located over the current View. Inherited from TcxCustomGridView.
OnMouseEnter Occurs when the mouse pointer moves over the current View. Inherited from TcxCustomGridView.
OnMouseLeave Occurs when the mouse pointer leaves the current View. Inherited from TcxCustomGridView.
OnMouseMove Inherited from TcxCustomGridView.
OnMouseUp Occurs when an end-user releases a mouse button that was pressed and the mouse pointer is located over the current View. Inherited from TcxCustomGridView.
OnMouseWheel Inherited from TcxCustomGridView.
OnMouseWheelDown Inherited from TcxCustomGridView.
OnMouseWheelUp Inherited from TcxCustomGridView.
OnPopulateCustomScrollbarAnnotationRowIndexList Enables you to display custom scrollbar annotations. Inherited from TcxCustomGridTableView.
OnRowCollapsed Fires after a category row has collapsed.
OnRowCollapsing Fires when a category row is about to be collapsed.
OnRowExpanded Fires after a category row has expanded.
OnRowExpanding Fires when a category row is about to be expanded.
OnRowPosChanged Occurs when an end-user changes the visibility or position of a Card View row within the current View.
OnSelectionChanged Occurs after moving the selection to another grid record or column (its cells). Inherited from TcxCustomGridTableView.
OnSetStoredPropertyValue Occurs when the values of the current View’s properties are restored from external storage. Inherited from TcxCustomGridView.
OnStartDrag Occurs when a user starts dragging by left-clicking the current View. Inherited from TcxCustomGridView.
OnTopRecordIndexChanged Occurs when a View is scrolled vertically. Inherited from TcxCustomGridTableView.
OnUpdateEdit Enables 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.
StylesEvents Inherited from TcxCustomGridView.
See Also