TreeList.ShowUnboundExpressionEditor(TreeListColumn) Method
Invokes an Expression Editor that enables editing an expression for the specified unbound column.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
public virtual void ShowUnboundExpressionEditor(
TreeListColumn column
)
#Parameters
Name | Type | Description |
---|---|---|
column | Tree |
A Tree |
#Remarks
At runtime, an end-user can edit expressions for unbound columns via an Expression Editor modal form. This editor can be opened:
- via a context menu, if the TreeListColumn.ShowUnboundExpressionMenu option is enabled;
- by calling the ShowUnboundExpressionEditor method.
The TreeList.UnboundExpressionEditorCreated event fires in response to creating the Expression Editor. You can handle this event to prevent the editor from being displayed in specific instances, change the editor form’s settings, etc.