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

ASPxTreeList.FilterEnabled Property

Gets or sets whether the current filter is enabled.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v18.2.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