PivotGridControl.UnboundExpressionEditorCreated Event
Fires after an Expression Editor is created for an unbound field.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
Declaration
[Browsable(false)]
[DXCategory("Behavior")]
[EditorBrowsable(EditorBrowsableState.Never)]
public event EventHandler<PivotUnboundExpressionEditorEventArgs> UnboundExpressionEditorCreated
Event Data
The UnboundExpressionEditorCreated event's data class is DevExpress.XtraPivotGrid.PivotUnboundExpressionEditorEventArgs.
See Also