Skip to main content
A newer version of this page is available. .

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.v19.2.Core.dll

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