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

In This Topic
    ShowFieldIcons Property (PivotPanel)
    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
     
    Public Property ShowFieldIcons As Boolean
    public bool ShowFieldIcons {get; set;}
    See Also