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