vcl-cxgridcustomview-410ca3a1.md
The base class for View handlers.
TcxGridViewHandler = class(
TcxInterfacedPersistent
)
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.
TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxGridViewHandler
See Also