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

TcxGridCardViewOptionsView Class

Contains settings defining the appearance of a Card View.

#Declaration

Delphi
TcxGridCardViewOptionsView = class(
    TcxGridCustomLayoutViewOptionsView
)

#Remarks

The properties of the TcxGridCardViewOptionsView object define the appearance of a specific Card View. These properties affect cards, card borders, row caption widths and card separator color & width. They also determine whether the height of Card View rows and their captions is changed as necessary in order to display their text entirely.

Use the OptionsView property to access this set of options.

See Also