Skip to main content
All docs
V26.1
  • BaseFilterControlEventArgs.ShowFilterEditor Property

    Gets or sets whether to display the Filter Editor (the form that embeds the Filter Editor).

    Namespace: DevExpress.XtraEditors.Filtering

    Assembly: DevExpress.XtraEditors.v26.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public bool ShowFilterEditor { get; set; }

    Property Value

    Type Description
    Boolean

    true, to display the Filter Editor; otherwise, false.

    Remarks

    If the ShowFilterEditor property is set to false, the form that embeds the Filter Control will not be displayed.

    See Also