C1.Win.C1FlexGrid Namespace / CellStyleCollection Class / Alternate Property

In This Topic
Alternate Property (CellStyleCollection)
In This Topic
Gets the style used to paint scrollable cells in alternate rows.
Syntax
'Declaration
 
Public ReadOnly Property Alternate As CellStyle
 
Remarks
This style is empty by default, so all scrollable cells are rendered using the Normal style.
See Also