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

UnboundExpressionEditorEventArgs.Column Property

Gets the column for which the expression editor is created.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Grid

Declaration

public GridColumn Column { get; }

Property Value

Type Description
GridColumn

The target column.

See Also