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

In This Topic
    Visible Property (PivotFieldBase)
    In This Topic
    Gets or sets a value indicating whether this field should be displayed in instances of the @see:PivotPanel control.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property Visible As Boolean
    [DefaultValue(true)]
    public bool Visible {get; set;}
    See Also