Skip to main content

TcxGridTableView.Controller Property

Specifies a controller for the current View.

Declaration

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