SpellCheckerDictionaryBase.CaseSensitive Property
Gets or sets 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 | When set to false, the suggestion search algorithm ignores the case of letters in a word. |
Remarks
When set to false, the word is changed to the lower case before processing.
See Also