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.v24.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