Skip to main content
A newer version of this page is available. .

PivotGridControl.UnboundExpressionEditorCreated Event

Fires after an Expression Editor is created for an unbound field.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v20.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

[DXCategory("Behavior")]
public event EventHandler<PivotUnboundExpressionEditorEventArgs> UnboundExpressionEditorCreated

Event Data

The UnboundExpressionEditorCreated event's data class is DevExpress.XtraPivotGrid.PivotUnboundExpressionEditorEventArgs.

See Also