Back to Devexpress

TcxGridTableController Class

vcl-cxgridtableview-091e5173.md

latest4.1 KB
Original Source

TcxGridTableController Class

A controller for a Table View.

Declaration

delphi
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.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxGridViewHandler TcxCustomGridController TcxCustomGridTableController TcxGridTableController

See Also

TcxGridTableController Members

cxGridTableView Unit