Skip to main content
A newer version of this page is available. .

PivotGridControl.ShowUnboundExpressionEditor(PivotGridField, Theme) Method

Invokes the Expression Editor used to create expressions for unbound fields.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v19.1.dll

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