ComponentOne ASP.NET MVC Controls
ColumnFields Property (PivotPanel)

C1.Web.Mvc.Olap Namespace > PivotPanel Class : ColumnFields Property
Gets the list of PivotField objects that define the fields shown as columns in the output table.
Syntax
'Declaration
 
<C1IgnoreAttribute()>
Public ReadOnly Property ColumnFields As PivotFieldCollection
[C1Ignore()]
public PivotFieldCollection ColumnFields {get;}
Remarks
This property doesn't work when the value of the ItemsSourceId property is not empty.
See Also

Reference

PivotPanel Class
PivotPanel Members