ComponentOne FlexGrid for WinForms
FrozenAlternate Property

C1.Win.C1FlexGrid Namespace > CellStyleCollection Class : FrozenAlternate Property
Gets the style used to paint frozen cells (frozen cells are editable and selectable, but not scrollable) in alternate rows.
Syntax
'Declaration
 
Public ReadOnly Property FrozenAlternate As CellStyle
public CellStyle FrozenAlternate {get;}
Remarks
This style is empty by default, so frozen cells are rendered using the Frozen style.
See Also

Reference

CellStyleCollection Class
CellStyleCollection Members