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

TcxGridTableView.Controller Property

Specifies a controller for the current View.

#Declaration

Delphi
property Controller: TcxGridTableController read;

#Property Value

Type
TcxGridTableController

#Remarks

A controller provides handlers for keyboard and mouse events on behalf of a View. You can use these methods in your projects depending on your needs.

A View controller enables you to:

  • Control editing of a record cell.

  • Set focus to a specific column and record.

  • Start/cancel an incremental search.

  • Access the collection of selected records and cells.

  • Perform scrolling.

  • Navigate records and items.

  • Display/hide the customization form.

  • Select/deselect cells.

See Also