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

PivotFieldBehaviorOptions Properties

Contains options that allow you to restrict an end-user’s ability to move or remove a PivotTable field.
Name Description
DragOffAllowed Gets or sets a value indicating whether the field can be removed from the pivot table.
DragToColumnAxisAllowed Gets or sets a value indicating whether the field can be moved to the column axis area of the pivot table.
DragToDataAllowed Gets or sets a value indicating whether the field can be moved to the data area of the pivot table.
DragToPageAllowed Gets or sets a value indicating whether the field can be moved to the PivotTable report filter area.
DragToRowAxisAllowed Gets or sets a value indicating whether the field can be moved to the row axis area of the pivot table.
MultipleItemSelectionAllowed Gets or sets a value indicating whether the field can have multiple items selected if it is located in the report filter area.
See Also