TcxGridBandedTableController Class
In This Article
Controller for a Banded Table View.
#Declaration
Delphi
TcxGridBandedTableController = class(
TcxGridTableController
)
#Remarks
A controller represents a helper class implementing various functions on behalf of a grid View. TcxGridBandedTableController provides methods specific to a Banded Table View. Its functionality can be accessed via the View’s Controller property.
You can use members of a View controller 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
#Inheritance
See Also