TcxGridBandedTableView.Controller Property
Provides access to the View’s controller functionality.
Declaration
property Controller: TcxGridBandedTableController read;
Property Value
Type |
---|
TcxGridBandedTableController |
Remarks
The TcxGridBandedTableController object provides properties and methods specific to a Banded Table View, which enable 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;
Perform scrolling;
Navigate records and items;
Display/hide the customization form.
See Also