Skip to main content

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.v23.2.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