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

In This Topic
    ColumnFields Property
    In This Topic
    Gets the list of PivotField objects that define the fields shown as columns in the output table.
    Syntax
    'Declaration
     
    Public ReadOnly Property ColumnFields As PivotFieldCollection
    public PivotFieldCollection ColumnFields {get;}
    Remarks
    This property doesn't work when the value of the ItemsSourceId property is not empty.
    See Also