Back to Devexpress

TcxCustomGridController Class

vcl-cxgridcustomview-c29cacb5.md

latest1.7 KB
Original Source

TcxCustomGridController Class

Represents the base class for a View’s controller.

Declaration

delphi
TcxCustomGridController = class(
    TcxGridViewHandler
)

Remarks

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

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxGridViewHandler TcxCustomGridController

See Also

TcxCustomGridTableController

TcxCustomGridView.Controller

TcxCustomGridController Members

cxGridCustomView Unit