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

In This Topic
    Fields Property (PivotPanel)
    In This Topic
    Gets the list of the PivotField objects which can be used in the view.
    Syntax
    'Declaration
     
    Public ReadOnly Property Fields As PivotFieldCollection
    public PivotFieldCollection Fields {get;}
    Remarks
    This property doesn't work when the value of the ItemsSourceId property is not empty.
    See Also