Skip to main content
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.v24.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 row; otherwise, false.

#Property Paths

You can access this nested property as listed below:

Object Type Path to SearchInPreview
ASPxGridView
.SettingsSearchPanel .SearchInPreview
GridViewProperties
.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