Back to Devexpress

SpellingFormType Enum

corelibraries-devexpress-dot-xtraspellchecker-77e73912.md

latest1.8 KB
Original Source

SpellingFormType Enum

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

Declaration

csharp
public enum SpellingFormType
vb
Public Enum SpellingFormType

Members

NameDescription
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:

LibraryRelated API Members
Cross-Platform Class LibrarySpellCheckerBase.SpellingFormType
WPF ControlsSpellCheckerBase<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.

OutlookWord

See Also

DevExpress.XtraSpellChecker Namespace