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

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

Declaration

[DefaultValue(false)]
public bool CaseSensitive { get; set; }

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