Skip to main content

GridViewOptionsFind.SearchInPreview Property

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

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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