Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotGridControl.ShowUnboundExpressionEditor(PivotGridField) Method

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