Skip to main content
A newer version of this page is available. .
Tab

ASPxGridBase.FilterEnabled Property

Gets or sets whether the current filter is enabled.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(true)]
public bool FilterEnabled { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to enable the current filter; otherwise, false.

Remarks

Use the FilterEnabled property to temporarily disable and enable the current filter in code. End-users can do this by toggling the filter button as shown in the image below:

FIlterBoxEnabled

To disable/enable the current filter on the client, use the SetFilterEnabled method.

See Also