PivotGridControl.ShowUnboundExpressionEditor(PivotGridField, Theme) Method
In This Article
Invokes the Expression Editor used to create expressions for unbound fields.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public void ShowUnboundExpressionEditor(
PivotGridField field,
Theme theme = null
)
#Parameters
Name | Type | Description |
---|---|---|
field | Pivot |
A Pivot |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
theme | Theme | null | A Theme object that specifies a theme applied to the invoked Expression Editor. |
See Also