Skip to main content

ISpellCheckerDictionary.CaseSensitive Property

Gets the flag that affects the case sensitivity of the search algorithm and the rules of comparison.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v23.2.Core.dll

NuGet Package: DevExpress.SpellChecker.Core

Declaration

bool CaseSensitive { get; }

Property Value

Type Description
Boolean

true to observe the case of letters in a word within the suggestion search algorithm; otherwise, false.

See Also