TcxCustomGridViewInfo Class
The base class for grid View ViewInfo classes.
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
Inheritance
TObject
TPersistent
TInterfacedPersistent
TcxInterfacedPersistent
TcxGridViewHandler
TcxCustomGridViewInfo
See Also