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

TcxGridCardViewRowStyles Members

Stores styles that define the appearance of Card View row elements.

#Constructors
Show Inherited Hide Inherited

Name Description
Create(TPersistent) Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent.

#Properties
Show Inherited Hide Inherited

Name Description
Caption Specifies the style for the caption region of a Card View row.
CaptionRow Specifies the style for a caption row.
CategoryRow Specifies style attributes for a category row.
Content Specifies the style for item cells. Inherited from TcxCustomGridTableItemStyles.
Count Inherited from TcxCustomStyles.
GridView Identifies the Card View holding an item for which the style is applied.
Item Specifies the card row that the current styles are applied to.
Owner Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent.
StyleSheet Specifies the style sheet for the current style collection. Inherited from TcxCustomStyles.
Values Inherited from TcxStyles.

#Methods
Show Inherited Hide Inherited

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetBitmap(Integer) Inherited from TcxStyles.
GetCaptionParams(TcxCustomGridRecord,TcxViewParams) Returns style attributes applied to a row’s caption.
GetCaptionRowParams(TcxCustomGridRecord,TcxViewParams) Returns style attributes applied to a caption row.
GetCategoryRowParams(TcxCustomGridRecord,TcxViewParams) Returns style attributes applied to a category row.
GetContentParams(TcxCustomGridRecord,TcxViewParams) Inherited from TcxCustomGridTableItemStyles.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetViewParams(Integer,TObject,TcxStyle,TcxViewParams) Inherited from TcxStyles.
IsValidStyleSheet(TcxCustomStyleSheet) Inherited from TcxCustomStyles.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
ResetStyles Inherited from TcxCustomStyles.
ToString Inherited from TObject.

#Events
Show Inherited Hide Inherited

Name Description
OnGetCaptionRowStyle Occurs when a caption row should be redrawn.
OnGetCaptionStyle Occurs when repainting the caption region of a Card View row.
OnGetCategoryRowStyle Fires each time the category row is about to be drawn.
OnGetContentStyle Occurs whenever an item cell should be redrawn. Inherited from TcxCustomGridTableItemStyles.
See Also