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