Skip to main content

TextSearchParameter.IsCaseSensitive Property

Specifies whether text search is case-sensitive.

Namespace: DevExpress.Xpf.DocumentViewer

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

NuGet Package: DevExpress.Wpf.DocumentViewer.Core

Declaration

public bool IsCaseSensitive { get; set; }

Property Value

Type Description
Boolean

true, if text search is case-sensitive; otherwise, false.

See Also