Back to Devexpress

ColumnBase.AllowUnboundExpressionEditor Property

wpf-devexpress-dot-xpf-dot-grid-dot-columnbase-4d52c744.md

latest2.3 KB
Original Source

ColumnBase.AllowUnboundExpressionEditor Property

Gets or sets whether an end-user can open the Expression Editor for the current unbound column, using a context menu.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool AllowUnboundExpressionEditor { get; set; }
vb
Public Property AllowUnboundExpressionEditor As Boolean

Property Value

TypeDescription
Boolean

true if an end-user can open the Expression Editor for the current unbound column, using a context menu; otherwise, false.

|

Remarks

Unbound columns can be populated with data by specifying an expression via the ColumnBase.UnboundExpression property. If the AllowUnboundExpressionEditor option is enabled, a new menu item ( Expression Editor… ) is added to the column’s context menu. An end-user can select this menu item to open the Expression Editor and edit the column’s expression.

If the AllowUnboundExpressionEditor option is disabled, the Expression Editor can be opened in code using the DataViewBase.ShowUnboundExpressionEditor method.

See Also

ShowUnboundExpressionEditor(ColumnBase)

ColumnBase Class

ColumnBase Members

DevExpress.Xpf.Grid Namespace