ASPxTreeList.FilterEnabled Property
Gets or sets whether the current filter is enabled.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
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:
To disable/enable the current filter on the client, use the SetFilterEnabled method.
See Also