Back to Devexpress

TcxGridViewHandler Class

vcl-cxgridcustomview-410ca3a1.md

latest1.5 KB
Original Source

TcxGridViewHandler Class

The base class for View handlers.

Declaration

delphi
TcxGridViewHandler = class(
    TcxInterfacedPersistent
)

Remarks

TcxGridViewHandler is a base class for descendants which return View information. When creating a TcxGridViewHandler object, a View (TcxCustomGridView) is passed as a constructor parameter. TcxGridViewHandler declares a number of attributes used to retrieve the corresponding properties of a View.

TcxGridViewHandler is a base class for the following classes:

TcxCustomGridControllerRepresents the base class for a View’s controller.TcxCustomGridViewDataRepresents the base class for classes providing data to a View.TcxCustomGridPainterThe painter that paints a grid control based on ViewInfo information generated by the TcxCustomGridViewInfo class.TcxCustomGridViewInfoContains the ViewInfo information about grid View elements.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxGridViewHandler

See Also

TcxGridViewHandler Members

cxGridCustomView Unit