ASP.NET Core MVC Controls | ComponentOne
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
     
    
    <C1IgnoreAttribute()>
    Public ReadOnly Property ColumnFields As PivotFieldCollection
    'Usage
     
    
    Dim instance As PivotPanel
    Dim value As PivotFieldCollection
     
    value = instance.ColumnFields
    [C1Ignore()]
    public PivotFieldCollection ColumnFields {get;}
    public read-only property ColumnFields: PivotFieldCollection; 
    C1IgnoreAttribute()
    public function get ColumnFields : PivotFieldCollection
    [C1Ignore()]
    public: __property PivotFieldCollection* get_ColumnFields();
    [C1Ignore()]
    public:
    property PivotFieldCollection^ ColumnFields {
       PivotFieldCollection^ get();
    }
    Remarks
    This property doesn't work when the value of the ItemsSourceId property is not empty.
    See Also