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

TreeListSettings.SettingsSearchPanel Property

Provides access to the search panel’s settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public MVCxTreeListSettingsSearchPanel SettingsSearchPanel { get; }

Property Value

Type Description
MVCxTreeListSettingsSearchPanel

An MVCxTreeListSettingsSearchPanel object that containing the search panel settings.

See Also