Back to Devexpress

BaseFilterControlEventArgs.ShowFilterEditor Property

windowsforms-devexpress-dot-xtraeditors-dot-filtering-dot-basefiltercontroleventargs-1ed723ab.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public bool ShowFilterEditor { get; set; }
vb
Public Property ShowFilterEditor As Boolean

Property Value

TypeDescription
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

BaseFilterControlEventArgs Class

BaseFilterControlEventArgs Members

DevExpress.XtraEditors.Filtering Namespace