Skip to main content

TcxGridCardViewOptionsCustomize Class

Contains settings which let an end-user customize a View via runtime modifications of the Card View and the View’s rows.

Declaration

TcxGridCardViewOptionsCustomize = class(
    TcxGridCustomLayoutViewOptionsCustomize
)

Remarks

An end-user can customize a View at runtime by resizing and expanding the cards, filtering rows and moving rows. All these actions can also be performed in code. The properties of the TcxGridCardViewOptionsCustomize object control the availability of the card and row features to end-users.

Use the OptionsCustomize property to access this options set.

See Also