Skip to main content

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

NuGet Package: DevExpress.SpellChecker.Core

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