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

PivotItem Methods

Represents an item in a PivotTable field.
Name Description
MoveDown() Moves the item to the next position within the field’s item collection.
MoveToBeginning() Moves the item to the first position within the field’s item collection.
MoveToEnd() Moves the item to the last position within the field’s item collection.
MoveUp() Moves the item to the previous position within the field’s item collection.
See Also