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

In This Topic
    IsFocusable Property (DataPagerButton)
    In This Topic
    Gets or sets whether the button can receive the focus.
    Syntax
    'Declaration
     
    
    Public Property IsFocusable As Boolean
    public bool IsFocusable {get; set;}
    See Also