Back to Devexpress

IOptionsSpellings.IgnoreMixedCaseWords Property

corelibraries-devexpress-dot-xtraspellchecker-dot-ioptionsspellings-99339021.md

latest1.6 KB
Original Source

IOptionsSpellings.IgnoreMixedCaseWords Property

Gets or sets whether the spell checker ignores words containing different case letters in positions other than the first.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
DefaultBoolean IgnoreMixedCaseWords { get; set; }
vb
Property IgnoreMixedCaseWords As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

A DefaultBoolean enumeration value specifying whether mixed case words should be checked.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

See Also

IOptionsSpellings Interface

IOptionsSpellings Members

DevExpress.XtraSpellChecker Namespace