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.v18.2.dll

Declaration

public IDataColumnInfo Column { get; }

Property Value

Type Description
DevExpress.Data.IDataColumnInfo

The column for which the expression editor is invoked.

See Also