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

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