Back to Devexpress

TreeList.ShowUnboundExpressionEditor(TreeListColumn) Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-dot-showunboundexpressioneditor-x28-devexpress-dot-xtratreelist-dot-columns-dot-treelistcolumn-x29.md

latest3.0 KB
Original Source

TreeList.ShowUnboundExpressionEditor(TreeListColumn) Method

Invokes an Expression Editor that enables editing an expression for the specified unbound column.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public virtual void ShowUnboundExpressionEditor(
    TreeListColumn column
)
vb
Public Overridable Sub ShowUnboundExpressionEditor(
    column As TreeListColumn
)

Parameters

NameTypeDescription
columnTreeListColumn

A TreeListColumn that represents an unbound column whose expression will be edited in the Expression Editor.

|

Remarks

At runtime, an end-user can edit expressions for unbound columns via an Expression Editor modal form. This editor can be opened:

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.

See Also

UnboundExpression

ShowUnboundExpressionMenu

UnboundExpressionEditorCreated

ShowInExpressionEditor

Unbound Columns

Expressions

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace