Back to Devexpress

GridViewOptionsFind.SearchInPreview Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridviewoptionsfind-72a7cf98.md

latest2.1 KB
Original Source

GridViewOptionsFind.SearchInPreview Property

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

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool SearchInPreview { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property SearchInPreview As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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 TypePath to SearchInPreview
GridView

.OptionsFind .SearchInPreview

|

See Also

PreviewFieldName

CalcPreviewText

GridViewOptionsFind Class

GridViewOptionsFind Members

DevExpress.XtraGrid.Views.Grid Namespace