TcxCustomRowHeaderInfo Class
In This Article
Stores ViewInfo information about a row header.
#Declaration
Delphi
TcxCustomRowHeaderInfo = class(
TObject
)
#Remarks
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:
- Row header caption
- The row focus state
- The row draw style
- Row element rectangles
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.
See Also