Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotFieldReferenceBase Members

In This Article
Represents a base interface for the PivotFieldReference, PivotPageField and PivotDataField interfaces.

#Properties

Name Description
Field Provides access to the underlying pivot field referenced by the current object.
Position Returns or specifies the field position in the collection that corresponds to the PivotTable area where this field is located.

#Methods

Name Description
MoveDown() Moves the field to the next position within the collection which represents the PivotTable area where this field is currently shown.
MoveToBeginning() Moves the field to the first position within the collection which represents the PivotTable area where this field is currently shown.
MoveToEnd() Moves the field to the last position within the collection which represents the PivotTable area where this field is currently shown.
MoveUp() Moves the field to the previous position within the collection which represents the PivotTable area where this field is currently shown.
See Also