ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Tab Class / IsDisabled Property

In This Topic
    IsDisabled Property (Tab)
    In This Topic
    Gets or sets a value that determines whether this Tab is disabled.
    Syntax
    'Declaration
     
    
    Public Property IsDisabled As Boolean
    public bool IsDisabled {get; set;}
    See Also