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

TreeListSettingsSearchPanel.SearchInPreview Property

Specifies whether the search panel can be used to search text in the preview.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool SearchInPreview { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to search the text in a preview; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to SearchInPreview
ASP.NET Controls and MVC Extensions ASPxTreeList
.SettingsSearchPanel .SearchInPreview
ASP.NET MVC Extensions MVCxTreeList
.SettingsSearchPanel .SearchInPreview
TreeListSettings
.SettingsSearchPanel .SearchInPreview
TreeListSettings<RowType>
.SettingsSearchPanel .SearchInPreview

Remarks

Use the SearchInPreview property to specify whether the search panel can be used to search text in the preview.

See Also