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

In This Topic
    Visible Property (ColumnBase)
    In This Topic
    Gets or sets whether this row or column is visible.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Overridable Property Visible As Boolean
    [DefaultValue(true)]
    public virtual bool Visible {get; set;}
    See Also