corelibraries-devexpress-dot-xtraspellchecker-77e73912.md
Lists the visual layouts available for the spelling form in XtraSpellChecker.
Namespace : DevExpress.XtraSpellChecker
Assembly : DevExpress.SpellChecker.v25.2.Core.dll
NuGet Package : DevExpress.SpellChecker.Core
public enum SpellingFormType
Public Enum SpellingFormType
| 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.
|
The following properties accept/return SpellingFormType values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | SpellCheckerBase.SpellingFormType |
| WPF Controls | SpellCheckerBase<T>.SpellingFormType |
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