PivotGridControl.ShowUnboundExpressionEditor(PivotGridField) Method
In This Article
Invokes the Expression Editor that enables editing a specified unbound field’s expression.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual bool ShowUnboundExpressionEditor(
PivotGridField field
)
#Parameters
Name | Type | Description |
---|---|---|
field | Pivot |
A Pivot |
#Returns
Type | Description |
---|---|
Boolean | true if the OK button has been pressed when closing the editor; otherwise, false. |
#Remarks
This member is no longer supported in Optimized, OLAP and Server modes. Use PivotGridControl.ShowExpressionEditor(PivotGridField) instead.
See Also