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.