Skip to main content

SpellCheckerBase.SpellingFormType Property

Gets or sets the type of the form to be shown when a probable misspelled word is found.

Namespace: DevExpress.XtraSpellChecker

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

#Declaration

[XtraSerializableProperty]
[DefaultValue(SpellingFormType.Outlook)]
public SpellingFormType SpellingFormType { get; set; }

#Property Value

Type Default Description
SpellingFormType

Outlook

A SpellingFormType enumeration specifying the form's layout.

#Remarks

Use this property to indicate what layout the component selects to show the Spelling form to the user.

See Also