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






In This Topic
    Visible Property (ColumnInfo)
    In This Topic
    Gets or sets visibility of column.
    Syntax
    'Declaration
     
    
    Public Property Visible As System.Boolean
    'Usage
     
    
    Dim instance As ColumnInfo
    Dim value As System.Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    public System.bool Visible {get; set;}
    public read-write property Visible: System.Boolean; 
    public function get,set Visible : System.boolean
    public: __property System.bool get_Visible();
    public: __property void set_Visible( 
       System.bool value
    );
    public:
    property System.bool Visible {
       System.bool get();
       void set (    System.bool value);
    }
    See Also