Back to Devexpress

DataViewCommandsBase.ShowUnboundExpressionEditor Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewcommandsbase-96aef6b8.md

latest1.4 KB
Original Source

DataViewCommandsBase.ShowUnboundExpressionEditor Property

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

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public ICommand ShowUnboundExpressionEditor { get; }
vb
Public ReadOnly Property ShowUnboundExpressionEditor As ICommand

Property Value

TypeDescription
ICommand

A command implementing the ICommand.

|

Remarks

Corresponding Method: DataViewBase.ShowUnboundExpressionEditor.

See Also

DataViewCommandsBase Class

DataViewCommandsBase Members

DevExpress.Xpf.Grid Namespace