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
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