Back to Devexpress

TreeListStyles.SearchPanel Property

aspnet-devexpress-dot-web-dot-aspxtreelist-dot-treeliststyles-07fc3c23.md

latest2.1 KB
Original Source

TreeListStyles.SearchPanel Property

Gets the style settings defining the appearance of the search panel.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public AppearanceStyle SearchPanel { get; }
vb
Public ReadOnly Property SearchPanel As AppearanceStyle

Property Value

TypeDescription
AppearanceStyle

A AppearanceStyle object that contains style settings.

|

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

Tree List

Tree List Search Panel

TreeListStyles Class

TreeListStyles Members

DevExpress.Web.ASPxTreeList Namespace