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

TcxCustomGridTableItem Events

An item for a tabular data representation.
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 This event is fired when getting the properties of an editor used to display and edit the contents of an item cell for a specific record.
OnGetPropertiesForEdit This event is fired when getting the properties of an editor which is used to display and edit the contents of an item cell for a specific record when in-place editing is initiated.
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