ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / UnboundSheet Class / Visible Property

In This Topic
    Visible Property (UnboundSheet)
    In This Topic
    Gets or sets the sheet visibility.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property Visible As Boolean
    [DefaultValue(true)]
    public bool Visible {get; set;}
    See Also