PivotGridControl.ShowUnboundExpressionEditor(PivotGridField) Method
Invokes the Expression Editor that enables editing a specified unbound field’s expression.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual bool ShowUnboundExpressionEditor(
PivotGridField field
)
Parameters
Name | Type | Description |
---|---|---|
field | PivotGridField | A PivotGridField that represents an unbound field whose expression will be edited in the Expression Editor. |
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