Skip to main content
A newer version of this page is available. .

ExpressionEditorCreatedEventArgsBase.Column Property

Gets the column for which the expression editor is invoked.

Namespace: DevExpress.Xpf.Editors.ExpressionEditor

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public IDataColumnInfo Column { get; }

Property Value

Type Description
DevExpress.Data.IDataColumnInfo

The column for which the expression editor is invoked.

See Also