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






In This Topic
    Visible Property (Sheet)
    In This Topic
    Gets or sets the sheet visibility.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property Visible As System.Boolean
    'Usage
     
    
    Dim instance As Sheet
    Dim value As System.Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    [System.ComponentModel.DefaultValue(true)]
    public System.bool Visible {get; set;}
    public read-write property Visible: System.Boolean; 
    System.ComponentModel.DefaultValueAttribute()
    public function get,set Visible : System.boolean
    [System.ComponentModel.DefaultValue(true)]
    public: __property System.bool get_Visible();
    public: __property void set_Visible( 
       System.bool value
    );
    [System.ComponentModel.DefaultValue(true)]
    public:
    property System.bool Visible {
       System.bool get();
       void set (    System.bool value);
    }
    See Also