Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridCellsPanel Class / OuterBorders Property

In This Topic
    OuterBorders Property
    In This Topic
    Gets or sets whether the borders of the cells in the edge will be shown.
    Syntax
    'Declaration
     
    
    Public Property OuterBorders As C1Thickness
    public C1Thickness OuterBorders {get; set;}
    See Also