StopCheckingReason Enum
Lists the values specifying the reasons why the spell check was stopped.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v23.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Members
Name | Description |
---|---|
User
|
The user stopped spell checking. |
Default
|
Spell checking is finished normally. |
Related API Members
The following properties accept/return StopCheckingReason values:
Remarks
A StopCheckingReason enumeration value is returned by the AfterCheckEventArgs.Reason property.
See Also