Back to Devexpress

SpellCheckerState Enum

aspnet-js-spellcheckerstate.md

latest540 B
Original Source

SpellCheckerState Enum

Lists values specifying the spell checking state.

Declaration

ts
declare enum SpellCheckerState {
    Disabled = 0,
    InProgress = 1,
    Done = 2
}

Members

NameDescription
Disabled

Spell checking is disabled.

| | Done |

Spell checking is completed.

| | InProgress |

Spell checking is in progress.

|

Remarks

Values listed by this enumeration are used to set the SpellingInfo.spellCheckerState property.