Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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:

TcxCustomGridController
Represents the base class for a View’s controller.
TcxCustomGridViewData
Represents the base class for classes providing data to a View.
TcxCustomGridPainter
The painter that paints a grid control based on ViewInfo information generated by the TcxCustomGridViewInfo class.
TcxCustomGridViewInfo
Contains the ViewInfo information about grid View elements.
See Also