Skip to main content

TcxGridCardView.Controller Property

Returns a controller object encapsulating Card View-specific operations.

Declaration

property Controller: TcxGridCardViewController read;

Property Value

Type
TcxGridCardViewController

Remarks

Use the Controller property to access the functionality of the View controller. A View controller provides properties and methods 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

See Also