Skip to main content

SpellingFormType Enum

Lists the visual layouts available for the spelling form.

Namespace: DevExpress.XtraSpellChecker

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

#Declaration

public enum SpellingFormType

#Members

Name Description
Outlook

Indicates a layout of the spelling form like that in MS Outlook 2000.

SpellingformOutlook

Word

Indicates a layout of the spelling form like that in MS Word 2000.

#Passed To

You can pass SpellingFormType values to the SpellCheckerBase.SpellingFormType property.

See Also