windowsforms-devexpress-dot-xtratreelist-dot-treelist-fbea959f.md
Fires after an Expression Editor has been created for an unbound column.
Namespace : DevExpress.XtraTreeList
Assembly : DevExpress.XtraTreeList.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList
public event UnboundExpressionEditorEventHandler UnboundExpressionEditorCreated
Public Event UnboundExpressionEditorCreated As UnboundExpressionEditorEventHandler
The UnboundExpressionEditorCreated event's data class is DevExpress.XtraTreeList.TreeListUnboundExpressionEditorEventArgs.
The Expression Editor lets an end-user edit expressions for unbound columns. The Expression Editor can be invoked as described in the TreeListColumn.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