Skip to main content
A newer version of this page is available. .

SpellingFormType Enum

Lists the visual layouts available for the spelling form in XtraSpellChecker.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v20.2.Core.dll

NuGet Packages: DevExpress.SpellChecker.Core, DevExpress.WindowsDesktop.SpellChecker.Core

Declaration

public enum SpellingFormType

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
SpellingformOutlook SpellingformWord
See Also