Back to Devexpress

PivotGridCommands.ShowTop10PercentFormatConditionDialog Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcommands-dot-showtop10percentformatconditiondialog.md

latest2.0 KB
Original Source

PivotGridCommands.ShowTop10PercentFormatConditionDialog Property

Invokes the ‘Top 10%’ format condition dialog.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public static RoutedCommand ShowTop10PercentFormatConditionDialog { get; }
vb
Public Shared ReadOnly Property ShowTop10PercentFormatConditionDialog As RoutedCommand

Property Value

TypeDescription
RoutedCommand

A System.Windows.Input.RoutedCommand object that defines a command implementing the System.Windows.Input.ICommand, and is routed through the element tree.

|

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

PivotGridCommands Class

PivotGridCommands Members

DevExpress.Xpf.PivotGrid Namespace