Skip to main content
A newer version of this page is available. .

TcxCustomGridViewInfo Class

Serves as the base for classes that hold the ViewInfo information used to paint grid Views.

Declaration

TcxCustomGridViewInfo = class(
    TcxGridViewHandler,
    IdxScaleFactor
)

Remarks

Grid Views introduce the ViewInfo property that can be used to obtain a ViewInfo object holding all the information required to paint a View. The TcxCustomGridViewInfo class serves as the base for objects that can be returned by the ViewInfo property of actual Views. This class provides a number of properties that hold the information common for all Views that can be used within the grid control.

Along with providing painting information, the TcxCustomGridViewInfo object declares the GetHitTest method that can be used to identify the element located at a View’s particular point. For instance, this method is useful when you need to response to mouse clicks on View elements.

Implements

See Also