Skip to main content

PivotGridControl.ShowUnboundExpressionEditor(PivotGridField, Theme) Method

Invokes 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

public void ShowUnboundExpressionEditor(
    PivotGridField field,
    Theme theme = null
)

Parameters

Name Type Description
field PivotGridField

A PivotGridField object that specifies the unbound field.

Optional Parameters

Name Type Default Description
theme Theme null

A Theme object that specifies a theme applied to the invoked Expression Editor.

See Also