SpellCheckerBase.SpellingFormType Property
In This Article
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 |
---|---|---|
Spelling |
Outlook |
A Spelling |
#Remarks
Use this property to indicate what layout the component selects to show the Spelling form to the user.
See Also