vcl-cxgridcustomview-c29cacb5.md
Represents the base class for a View’s controller.
TcxCustomGridController = class(
TcxGridViewHandler
)
TcxCustomGridController is the base class for View-specific controllers that manage certain operations depending on which View they are associated with. To access the View’s controller functionality, see its Controller property.
The View’s controller enables you to:
start/cancel an incremental search
access selected and focused records
control cell editing
invoke a customization form
perform scrolling
navigate records
etc.
TcxCustomGridController provides only base features. Its functionality is extended by descendants (See the TcxCustomGridTableController class, for instance).
TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxGridViewHandler TcxCustomGridController
See Also