SpellingFormType Enum
Lists the visual layouts available for the spelling form in XtraSpellChecker.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.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. |
Related API Members
The following properties accept/return SpellingFormType values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | SpellCheckerBase.SpellingFormType |
WPF Controls | SpellCheckerBase<T>.SpellingFormType |
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