SpellingFormType Enum
In This Article
Lists the visual layouts available for the spelling form.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v14.2.Core.dll
#Declaration
#Members
Name | Description |
---|---|
Outlook | Indicates a layout of the spelling form like that in MS Outlook 2000. |
Word | Indicates a layout of the spelling form like that in MS Word 2000. |
#Passed To
You can pass SpellingFormType values to the SpellCheckerBase.SpellingFormType property.
See Also