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

In This Topic
    SelectionAdornerBorderBrush Property (C1GridControl)
    In This Topic
    Gets or sets the C1.Blazor.Core.C1Color of the selection adorner border.
    Syntax
    'Declaration
     
    
    Public Property SelectionAdornerBorderBrush As C1Color
    public C1Color SelectionAdornerBorderBrush {get; set;}
    See Also