Skip to main content

ExpressionEditorCreatedEventArgsBase.Column Property

Gets the column for which the expression editor is invoked.

Namespace: DevExpress.Xpf.Editors.ExpressionEditor

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

NuGet Package: 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