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

ASPxGridViewSearchPanelSettings.SearchInPreview Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, to search the text in a preview row; 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 ASPxGridView
.SettingsSearchPanel.SearchInPreview
GridViewProperties
.SettingsSearchPanel.SearchInPreview
GridViewSettings
.SettingsSearchPanel.SearchInPreview
GridViewSettings<RowType>
.SettingsSearchPanel.SearchInPreview
MVCxGridView
.SettingsSearchPanel.SearchInPreview
MVCxGridViewProperties
.SettingsSearchPanel.SearchInPreview
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsSearchPanel.SearchInPreview

Remarks

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

See Also