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.2.Core.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | 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