Back to Devexpress

PivotGridCommands Properties

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcommands-dot-underscore-properties.md

latest6.9 KB
Original Source

PivotGridCommands Properties

Provides access to pivot grid commands.

NameDescription
AddFormatCondition staticAdds a format condition to the format condition collection.
ChangeFieldSortOrder staticToggles the specified field’s sort order.
ChangeFieldValueExpanded staticToggles the specified field value‘s expanded state.
ClearFormatConditionsFromAllMeasures staticClear format conditions from all measures.
ClearFormatConditionsFromIntersection staticClear format conditions from the specified intersection of row and column fields.
ClearFormatConditionsFromMeasure staticClear format conditions from the specified measure.
ClearSorting staticDisables sorting in OLAP mode.
CollapseField staticCollapses all the rows/columns which correspond to the specified column field or row field.
ExpandField staticExpands all the rows/columns which correspond to the specified column field or row field.
HideField staticHides the specified field.
HideFieldList staticHides the Field List.
HideFilterEditor staticHides the Filter Editor.
ReloadData staticReloads data from the control’s data source and recalculates summaries.
ResetFilterCriteria staticResets the Filter Editor settings to their default values.
ShowAboveAverageFormatConditionDialog staticInvokes the ‘Above Average’ format condition dialog.
ShowADateOccurringFormatConditionDialog staticInvokes the ‘A Date Occuring’ format condition dialog.
ShowBelowAverageFormatConditionDialog staticInvokes the ‘Below Average’ format condition dialog.
ShowBetweenFormatConditionDialog staticInvokes the ‘Between’ format condition dialog.
ShowBottom10ItemsFormatConditionDialog staticInvokes the ‘Bottom 10 Items’ format condition dialog.
ShowBottom10PercentFormatConditionDialog staticInvokes the ‘Bottom 10%’ format condition dialog.
ShowConditionalFormattingManager staticInvokes the ‘Conditional Formatting Rules Manager’ dialog.
ShowCustomConditionFormatConditionDialog staticInvokes the ‘Custom Condition’ format condition dialog.
ShowEqualToFormatConditionDialog staticInvokes the ‘Equal To’ format condition dialog.
ShowExpressionEditor static
ShowFieldList staticShows the Field List.
ShowFilterEditor staticShows the Filter Editor.
ShowGreaterThanFormatConditionDialog staticInvokes the ‘Greater Than’ format condition dialog.
ShowLessThanFormatConditionDialog staticInvokes the ‘Less Than’ format condition dialog.
ShowPrintPreview staticCreates the print document from the PivotGridControl and displays the Print Preview of the document.
ShowPrintPreviewDialog staticCreates the print document from the PivotGridControl and displays the modal Print Preview of the document.
ShowTextThatContainsFormatConditionDialog staticInvokes the ‘Text That Contains’ format condition dialog.
ShowTop10ItemsFormatConditionDialog staticInvokes the ‘Top 10 Items’ format condition dialog.
ShowTop10PercentFormatConditionDialog staticInvokes the ‘Top 10%’ format condition dialog.
ShowUnboundExpressionEditor staticShows the Expression Editor.
SortAscending staticIn OLAP mode, sorts values of the specified field in ascending order.
SortDescending staticIn OLAP mode, sorts values of the specified field in descending order.

See Also

PivotGridCommands Class

PivotGridCommands Members

DevExpress.Xpf.PivotGrid Namespace