TcxCustomGridTableViewStyles Events
Stores style settings of grid View elements.Name | Description |
---|---|
OnGetContentStyle | Allows you to change the content style of individual cells depending on specific conditions in your application. |
OnGetHotTrackStyle protected | Allows you to change the style applied to the hot-tracked record. |
OnGetInactiveStyle | Allows you to change the style applied to inactive records. |
OnGetSelectionStyle | Allows you to change the style applied to a selected record. |
See Also