Back to Devexpress

PivotGridCommands Members

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

latest8.9 KB
Original Source

PivotGridCommands Members

Provides access to pivot grid commands.

Properties

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.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

PivotGridCommands Class

DevExpress.Xpf.PivotGrid Namespace