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

In This Topic
    Disabled Property (DataPagerButton)
    In This Topic
    The disabled attribute for the button.
    Syntax
    'Declaration
     
    
    Public Property Disabled As Boolean
    public bool Disabled {get; set;}
    See Also