wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcommands-f0a6c95b.md
Clear format conditions from the specified measure.
Namespace : DevExpress.Xpf.PivotGrid
Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll
NuGet Package : DevExpress.Wpf.PivotGrid
public static RoutedCommand ClearFormatConditionsFromMeasure { get; }
Public Shared ReadOnly Property ClearFormatConditionsFromMeasure As RoutedCommand
| Type | Description |
|---|---|
| RoutedCommand |
A System.Windows.Input.RoutedCommand object that defines a command implementing the System.Windows.Input.ICommand, and is routed through the element tree.
|
To invoke the dialog using commands, specify the command, command target and command parameter.
To learn more about commands, see MSDN.
See Also