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

TcxGridCardViewController Class

A controller for a Card View.

#Declaration

Delphi
TcxGridCardViewController = class(
    TcxGridCustomLayoutViewController
)

#Remarks

The TcxGridCardViewController class represents a controller for Card Views. Its functionality is accessible via the View’s Controller property.

A View controller provides methods and properties enabling you to:

  • control editing of a record cell

  • set focus to a specific card row and record

  • start/cancel an incremental search

  • access the collection of selected records

  • perform scrolling

  • navigate records and card rows

Most class members are inherited from the TcxCustomGridTableController class.

The TopCardIndex property declared in TcxGridCardViewController is a wrapper for the inherited TopRecordIndex property. TopCardIndex and TopRecordIndex can be used interchangeably.

See Also