Skip to main content
All docs
V25.1
  • UnboundExpressionEditorEventArgs.Column Property

    Gets the column for which the expression editor is created.

    Namespace: DevExpress.XtraGrid.Views.Base

    Assembly: DevExpress.XtraGrid.v25.1.dll

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

    Declaration

    public GridColumn Column { get; }

    Property Value

    Type Description
    GridColumn

    The target column.

    See Also