Skip to main content

ASPxClientTreeList.SetFilterEnabled(isFilterEnabled) Method

Enables or disables the current filter.

Declaration

SetFilterEnabled(
    isFilterEnabled: boolean
): void

Parameters

Name Type Description
isFilterEnabled boolean

true to enable the current filter; otherwise, false.

Remarks

Use the SetFilterEnabled method 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:

ASPxCardView_FilterControl_CheckBox

To disable/enable the current filter on the server, use the ASPxTreeList.FilterEnabled property.

For more information, see Filtering.

See Also