ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheet Class / IsTabHolderVisible Property

In This Topic
    IsTabHolderVisible Property
    In This Topic
    Gets or sets a value indicating whether the TabHolder is visible.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property IsTabHolderVisible As Boolean
    [DefaultValue(true)]
    public bool IsTabHolderVisible {get; set;}
    See Also