Back to Devexpress

Commands

wpf-8156-controls-and-libraries-pivot-grid-fundamentals-commands.md

latest2.0 KB
Original Source

Commands

  • Feb 18, 2022

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.

ChangeFieldSortOrderToggles the specified field’s sort order.ChangeFieldValueExpandedToggles the specified field value‘s expanded state.CollapseFieldCollapses all the rows/columns which correspond to the specified column field or row field.ExpandFieldExpands all the rows/columns which correspond to the specified column field or row field.HideFieldHides the specified field.HideFieldListHides the Field List.ReloadDataReloads data from the control’s data source and recalculates summaries.ResetFilterCriteriaResets the Filter Editor settings to their default values.ShowFieldListShows the Field List.ShowFilterEditorShows the Filter Editor.ShowUnboundExpressionEditorShows the Expression Editor.