Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1ToggleButton Class / IsFocusable Property

In This Topic
    IsFocusable Property (C1ToggleButton)
    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