windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrol-6e04feef.md
Fires after an Expression Editor has been created for an unbound column.
Namespace : DevExpress.XtraVerticalGrid
Assembly : DevExpress.XtraVerticalGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
public event UnboundExpressionEditorEventHandler UnboundExpressionEditorCreated
Public Event UnboundExpressionEditorCreated As UnboundExpressionEditorEventHandler
The UnboundExpressionEditorCreated event's data class is DevExpress.XtraVerticalGrid.Events.UnboundExpressionEditorEventArgs.
The Expression Editor lets an end-user edit expressions for unbound rows. The Expression Editor can be invoked as described in the RowProperties.ShowUnboundExpressionMenu topic.
The UnboundExpressionEditorCreated event fires after the Expression Editor has been created, but before it’s displayed onscreen. You can handle it to complete the following tasks:
See Also