GridViewOptionsFind.SearchInPreview Property
In This Article
Gets or sets whether a search should also be performed against Preview Sections.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.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 Search |
---|---|
Grid |
|
See Also