Skip to main content

UnboundExpressionEditorEventArgs.Column Property

Gets the column for which the expression editor is created.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public GridColumn Column { get; }

Property Value

Type Description
GridColumn

The target column.

See Also