CGXGridCore::RowHeaderStyle
CGXStyle& RowHeaderStyle( );
Return Value
Returns a reference to the row-header-style.
Remarks
The row-header-style is the base-style for all row headers in the grid. Every row-header-cell in the grid inherits those attributes from the row-header-style which are not explicitly specified in the cell or any other base-styles.
The row-header-style is maintained by the stylesmap-object. This method gives easy access to the style and allows you to determine the row-header-style settings for your view.
Use ChangeRowHeaderStyle for changing the row-header-style settings.
See Also
CGXGridCore::ChangeRowHeaderStyle