ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / PivotPanel Class / ShowFieldIcons Property

In This Topic
    ShowFieldIcons Property
    In This Topic
    Gets or sets a value that determines whether the main field list should include icons indicating whether fields are measure or dimension fields.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property ShowFieldIcons As Boolean
    [DefaultValue(true)]
    public bool ShowFieldIcons {get; set;}
    See Also