TcxGridCardViewStyles Events
Stores styles that define the appearance of a Card View.| Name | Description |
|---|---|
| OnGetCaptionRowStyle | Occurs when a row of the “caption” type should be redrawn. |
| OnGetCardBorderStyle | Occurs whenever the card border should be redrawn. |
| OnGetCategoryRowStyle | Fires each time the category row is about to be drawn. |
| OnGetContentStyle | Allows you to change the content style of individual cells depending on specific conditions in your application. Inherited from TcxCustomGridTableViewStyles. |
| OnGetHotTrackStyle protected | Allows you to change the style applied to the hot-tracked record. Inherited from TcxCustomGridTableViewStyles. |
| OnGetInactiveStyle | Allows you to change the style applied to inactive records. Inherited from TcxCustomGridTableViewStyles. |
| OnGetRowCaptionStyle | Occurs whenever the row caption should be redrawn. |
| OnGetSelectionStyle | Allows you to change the style applied to a selected record. Inherited from TcxCustomGridTableViewStyles. |
See Also