PivotGridControl.HideUnboundExpressionEditor() Method
Hides the Expression Editor used to create expressions for unbound fields.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Remarks
To show the Expression Editor, use the PivotGridControl.ShowUnboundExpressionEditor method. End-users can invoke this editor using a field’s context menu if the PivotGridField.AllowUnboundExpressionEditor option is enabled.
See Also