Skip to main content

TcxGridCardViewController Class

A controller for a Card View.

Declaration

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