TreeListStyles.SearchPanel Property
In This Article
Gets the style settings defining the appearance of the search panel.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public AppearanceStyle SearchPanel { get; }
#Property Value
Type | Description |
---|---|
Appearance |
A Appearance |
#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 SearchPanel property to specify the panel style settings.
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