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

    Gets or sets whether to display the expression editor.

    Namespace: DevExpress.XtraGrid.Views.Base

    Assembly: DevExpress.XtraGrid.v25.1.dll

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

    Declaration

    public bool ShowExpressionEditor { get; set; }

    Property Value

    Type Description
    Boolean

    true, to allow the editor to be displayed; otherwise, false.

    See Also