Skip to main content

TcxCustomGridTableItem Events

The base class for all data items in Table, Banded Table, Card, Layout, and WinExplorer grid Views.
Name Description
OnCustomDrawCell Occurs when a table cell or a card cell needs to be painted.
OnGetCellHint Fires before the item’s hint is shown when an end-user positions the mouse pointer over the item’s data cell.
OnGetDataText Enables you to specify custom text for cells. The text specified is used for displaying, sorting and grouping purposes.
OnGetDisplayText Occurs when an item value is displayed.
OnGetFilterDisplayText Enables you to customize item captions displayed in the filter dropdown list.
OnGetFilterImages Allows you to replace images displayed in the grid table item’s filter pop-up window.
OnGetFilterValues Enables you to customize the View item’s filter dropdown list (add or remove specific list items).
OnGetProperties Allows you to change the active in-place editor and customize its settings depending on specific conditions.
OnGetPropertiesForEdit Allows you to change the in-place editor and customize its settings when a user invokes it for a data cell in the table item.
OnGetStoredProperties Occurs when the list of the current table item’s properties that will be stored in external storage is produced.
OnGetStoredPropertyValue Occurs when values of the current table item’s properties are stored to external storage.
OnInitFilteringDateRanges Allows you to customize the item’s collection of filter date ranges.
OnInitGroupingDateRanges protected Enables you to customize the item’s collection of grouping date ranges.
OnSetStoredPropertyValue Occurs when values of the current table item’s properties are restored from external storage.
OnUserFiltering Enables you to apply proper filter criteria when a custom created filter item (a fviUser filter value item) is selected from the View item’s filter dropdown.
OnUserFilteringEx Enables you to apply proper filter criteria when a custom created filter item (a fviUserEx filter value item) is selected from the View item’s filter dropdown.
OnValidateDrawValue Enables you to customize the manner in which validation errors are visualized in item cells.
PropertiesEvents
StylesEvents
See Also