wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcommands-fae0ee05.md
Invokes the ‘Conditional Formatting Rules Manager’ dialog.
Namespace : DevExpress.Xpf.PivotGrid
Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll
NuGet Package : DevExpress.Wpf.PivotGrid
public static RoutedCommand ShowConditionalFormattingManager { get; }
Public Shared ReadOnly Property ShowConditionalFormattingManager 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