Skip to main content

TcxGridTableController Class

A controller for a Table View.

Declaration

TcxGridTableController = class(
    TcxCustomGridTableController
)

Remarks

A TcxGridTableController object is a controller for a grid Table View. A Banded Table View has its own controller that inherits from the TcxGridTableController class.

The TcxGridTableController class members allow you to do the following:

The Table View’s Controller property references a TcxGridTableController object.

See Also