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

TcxGridCardView.Controller Property

Returns a controller object encapsulating Card View-specific operations.

#Declaration

Delphi
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