Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / FrozenColumns Property

In This Topic
    FrozenColumns Property (FlexGrid)
    In This Topic
    Gets or sets the number of frozen columns.
    Syntax
    'Declaration
     
    
    Public Property FrozenColumns As Integer
    public int FrozenColumns {get; set;}
    Remarks
    Frozen columns do not scroll, but the cells they contain may be selected and edited.
    See Also