Skip to main content

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

Commands

The Pivot Grid control provides you with a set of built-in commands allowing some mostly used actions to be easily programmed via XAML markup.

ChangeFieldSortOrder
Toggles the specified field’s sort order.
ChangeFieldValueExpanded
Toggles the specified field value‘s expanded state.
CollapseField
Collapses all the rows/columns which correspond to the specified column field or row field.
ExpandField
Expands all the rows/columns which correspond to the specified column field or row field.
HideField
Hides the specified field.
HideFieldList
Hides the Field List.
ReloadData
Reloads data from the control’s data source and recalculates summaries.
ResetFilterCriteria
Resets the Filter Editor settings to their default values.
ShowFieldList
Shows the Field List.
ShowFilterEditor
Shows the Filter Editor.
ShowUnboundExpressionEditor
Shows the Expression Editor.