Back to Devexpress

SpellingErrorType Enum

aspnet-js-spellingerrortype.md

latest475 B
Original Source

SpellingErrorType Enum

Lists values specifying the spelling error type.

Declaration

ts
declare enum SpellingErrorType {
    Misspelling = 0,
    Repeating = 1
}

Members

NameDescription
Misspelling

A misspelled word is found.

| | Repeating |

A repeating word is found.

|

Remarks

Values listed by this enumeration are used to set the MisspelledInterval.errorType property.