FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlPanel 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 Thickness
    public Thickness OuterBorders {get; set;}
    See Also