Skip to main content

ASPxTreeList.SettingsFilterControl Property

Provides access to the filter control‘s settings.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TreeListSettingsFilterControl SettingsFilterControl { get; }

Property Value

Type Description
TreeListSettingsFilterControl

An TreeListSettingsFilterControl object that contains the filter control settings.

Remarks

Note

Online Demos Refer to the Tree List - Filter Control online demo to review how to filter Tree List data nodes using the Filter Control.

See Also