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.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to observe the case of letters in a word within the suggestion search algorithm; otherwise, false. |
See Also