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

GridViewOptionsFind.SearchInPreview Property

Gets or sets whether a search should also be performed against Preview Sections.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool SearchInPreview { get; set; }

Property Value

Type Default Description
Boolean **false**

true if a search should also be performed against Preview Sections; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to SearchInPreview
GridView
.OptionsFind.SearchInPreview
See Also