ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / TabTagHelper Class / IsDisabled Property

In This Topic
    IsDisabled Property (TabTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Tab.IsDisabled. Sets a value that determines whether this Tab is disabled.
    Syntax
    'Declaration
     
    Public Property IsDisabled As Boolean
    public bool IsDisabled {get; set;}
    See Also