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






In This Topic
    RowFields Property
    In This Topic
    Gets the list of PivotField objects that define the fields shown as rows in the output table.
    Syntax
    'Declaration
     
    
    <C1IgnoreAttribute()>
    Public ReadOnly Property RowFields As PivotFieldCollection
    'Usage
     
    
    Dim instance As PivotPanel
    Dim value As PivotFieldCollection
     
    value = instance.RowFields
    [C1Ignore()]
    public PivotFieldCollection RowFields {get;}
    public read-only property RowFields: PivotFieldCollection; 
    C1IgnoreAttribute()
    public function get RowFields : PivotFieldCollection
    [C1Ignore()]
    public: __property PivotFieldCollection* get_RowFields();
    [C1Ignore()]
    public:
    property PivotFieldCollection^ RowFields {
       PivotFieldCollection^ get();
    }
    Remarks
    This property doesn't work when the value of the ItemsSourceId property is not empty.
    See Also