Blazor | ComponentOne
C1.Blazor.GridControl Assembly / C1.Blazor.Grid Namespace / C1GridControl Class / FrozenLinesBrush Property

In This Topic
    FrozenLinesBrush Property (C1GridControl)
    In This Topic
    Gets or sets the C1.Blazor.Core.C1Color that is used to paint the lines between frozen and scrollable areas of the grid.
    Syntax
    'Declaration
     
    
    Public Property FrozenLinesBrush As C1Color
    public C1Color FrozenLinesBrush {get; set;}
    See Also