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

    Gets or sets whether to display the expression editor.

    Namespace: DevExpress.XtraGrid.Views.Base

    Assembly: DevExpress.XtraGrid.v26.1.dll

    Declaration

    public bool ShowExpressionEditor { get; set; }

    Property Value

    Type Description
    Boolean

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

    See Also