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

ASPxTreeList.SearchPanelFilter Property

Gets or sets the filter criterion that is applied to the tree list using the search panel.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string SearchPanelFilter { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that specifies the filter criteria.

Remarks

When the ASPxGridSearchPanelSettings.Visible property is set to true, the search panel is displayed in the tree list control. It allows end-users to filter tree list data by typing the required text in the panel editor.

Use the SearchPanelFilter property to access the filter criterion text specified in the search panel.

To learn more about the search panel, see the Search Panel topic.

ASPxTreeList-SearchPanel

Note

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

See Also