Back to Devexpress

VGridOptionsFind.HighlightFindResults Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-vgridoptionsfind-70680df0.md

latest1.8 KB
Original Source

VGridOptionsFind.HighlightFindResults Property

Gets or sets whether the search string is highlighted within located records.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool HighlightFindResults { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property HighlightFindResults As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the search string is highlighted within located records; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to HighlightFindResults
VGridControlBase

.OptionsFind .HighlightFindResults

|

See Also

VGridOptionsFind Class

VGridOptionsFind Members

DevExpress.XtraVerticalGrid.Rows Namespace