PivotGridCommands.ShowTop10PercentFormatConditionDialog Property
In This Article
Invokes the ‘Top 10%’ format condition dialog.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public static RoutedCommand ShowTop10PercentFormatConditionDialog { get; }
#Property Value
Type | Description |
---|---|
Routed |
A System. |
#Remarks
To invoke the dialog using commands, specify the command, command target and command parameter.
- Command is the command to execute when the command source is invoked (e.g., the command name).
- Command target is the object on which to execute the command (e.g., the pivot grid control).
- Command parameter is a user-defined data type used to pass information to the handlers implementing the command (e.g., data field or an instance of the FormatConditionCommandParameters class).
To learn more about commands, see MSDN.
See Also