Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1Slider Class / IsEnabled Property

In This Topic
    IsEnabled Property (C1Slider)
    In This Topic
    Gets or sets a value indicating whether this element is enabled in the user interface (UI).
    Syntax
    'Declaration
     
    
    Public Property IsEnabled As Boolean
    public bool IsEnabled {get; set;}
    See Also