Back to Devexpress

PivotGridControl.ShowUnboundExpressionEditor(PivotGridField) Method

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-dot-showunboundexpressioneditor-x28-devexpress-dot-xtrapivotgrid-dot-pivotgridfield-x29.md

latest2.0 KB
Original Source

PivotGridControl.ShowUnboundExpressionEditor(PivotGridField) Method

Invokes the Expression Editor that enables editing a specified unbound field’s expression.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual bool ShowUnboundExpressionEditor(
    PivotGridField field
)
vb
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Function ShowUnboundExpressionEditor(
    field As PivotGridField
) As Boolean

Parameters

NameTypeDescription
fieldPivotGridField

A PivotGridField that represents an unbound field whose expression will be edited in the Expression Editor.

|

Returns

TypeDescription
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

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace