Back to Devexpress

TextSearchParameter.WholeWord Property

wpf-devexpress-dot-xpf-dot-documentviewer-dot-textsearchparameter-4bccc5e8.md

latest1.2 KB
Original Source

TextSearchParameter.WholeWord Property

Specifies whether to locate only whole words matching the search criteria.

Namespace : DevExpress.Xpf.DocumentViewer

Assembly : DevExpress.Xpf.DocumentViewer.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.DocumentViewer.Core

Declaration

csharp
public bool WholeWord { get; set; }
vb
Public Property WholeWord As Boolean

Property Value

TypeDescription
Boolean

true, to locate only whole words matching the search criteria; otherwise, false.

|

See Also

TextSearchParameter Class

TextSearchParameter Members

DevExpress.Xpf.DocumentViewer Namespace