SpellingFormType Enum
In This Article
Lists the visual layouts available for the spelling form in XtraSpellChecker.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
#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. |
#Related API Members
The following properties accept/return SpellingFormType values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Spell |
WPF Controls | Spell |
#Remarks
Use the SpellCheckerBase.SpellingFormType property to specify a type of the spelling form. This functionality is implemented for WinForms and WPF spell checker components.
Outlook | Word |
---|---|
![]() |
![]() |
See Also