A newer version of this page is available.
Switch to the current version.
PivotGridControl.UnboundExpressionEditorCreated Event
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v19.1.dll
Declaration
[DXCategory("Behavior")]
public event EventHandler<PivotUnboundExpressionEditorEventArgs> UnboundExpressionEditorCreated
<DXCategory("Behavior")>
Public Event UnboundExpressionEditorCreated As EventHandler(Of PivotUnboundExpressionEditorEventArgs)
Event Data
The UnboundExpressionEditorCreated event's data class is DevExpress.XtraPivotGrid.PivotUnboundExpressionEditorEventArgs.
See Also
Feedback