Skip to main content
All docs
V18.2

FilterControlEventArgs.ShowFilterEditor Property

Gets or sets whether the Filter Editor must be displayed.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public bool ShowFilterEditor { get; set; }

Property Value

Type Description
Boolean

true if the Filter Editor must be displayed; otherwise, false.

Remarks

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

See Also