Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridCardViewStyles Events
Show Inherited Hide Inherited

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