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