Skip to main content

TcxGridCardViewOptionsView Class

Contains settings defining the appearance of a Card View.

Declaration

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