Back to Devexpress

PivotGridCommands.ShowUnboundExpressionEditor Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcommands-0617a930.md

latest1.7 KB
Original Source

PivotGridCommands.ShowUnboundExpressionEditor Property

Shows the Expression Editor.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
[Browsable(false)]
public static RoutedCommand ShowUnboundExpressionEditor { get; }
vb
<Browsable(False)>
Public Shared ReadOnly Property ShowUnboundExpressionEditor As RoutedCommand

Property Value

TypeDescription
RoutedCommand

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

|

Remarks

Corresponding Method: PivotGridControl.ShowUnboundExpressionEditor.

See Also

ShowUnboundExpressionEditor

PivotGridCommands Class

PivotGridCommands Members

DevExpress.Xpf.PivotGrid Namespace