Blazor | ComponentOne
C1.Blazor.DataPager Assembly / C1.Blazor.DataPager Namespace / DataPagerButton Class / FocusBrush Property

In This Topic
    FocusBrush Property (DataPagerButton)
    In This Topic
    Gets or sets the C1.Blazor.Core.C1Color used to highlight the focused control.
    Syntax
    'Declaration
     
    
    Public Property FocusBrush As C1Color
    public C1Color FocusBrush {get; set;}
    See Also