Back to Devexpress

SpellCheckerDictionaryBase.CaseSensitive Property

corelibraries-devexpress-dot-xtraspellchecker-dot-spellcheckerdictionarybase-532b0634.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
[DefaultValue(false)]
public bool CaseSensitive { get; set; }
vb
<DefaultValue(False)>
Public Property CaseSensitive As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

SpellCheckerDictionaryBase Class

SpellCheckerDictionaryBase Members

DevExpress.XtraSpellChecker Namespace