FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / CellStyleCollection Class / FrozenAlternate Property

In This Topic
    FrozenAlternate Property (CellStyleCollection)
    In This Topic
    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