vcl-cxvgrid-982ca6ef.md
Stores ViewInfo information about a row header.
TcxCustomRowHeaderInfo = class(
TObject
)
The TcxCustomRowHeaderInfo class is the base class for objects containing the view information about row headers (TcxEditorRowHeaderInfo, TcxCategoryRowHeaderInfo, TcxMultiEditorRowHeaderInfo).
The properties of this object specify:
An instance of the TcxCustomRowHeaderInfo class is passed as the OnDrawRowHeader event parameter. The type of object returned through this parameter depends on the row type so a typecast must be performed to access properties that are specific to the row type.
TObject TcxCustomRowHeaderInfo
See Also