Skip to main content

TextSearchParameter.WholeWord Property

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

Namespace: DevExpress.Xpf.DocumentViewer

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

NuGet Package: DevExpress.Wpf.DocumentViewer.Core

Declaration

public bool WholeWord { get; set; }

Property Value

Type Description
Boolean

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

See Also