SpellCheckerBase<T>.SpellingFormType Property
In This Article
Gets or sets type of the form to be shown when a probable misspelled word is found. This is a dependency property.
Namespace: DevExpress.Xpf.SpellChecker
Assembly: DevExpress.Xpf.SpellChecker.v24.2.dll
NuGet Package: DevExpress.Wpf.SpellChecker
#Declaration
public SpellingFormType SpellingFormType { get; set; }
#Property Value
Type | Description |
---|---|
Spelling |
One of the Spelling The default is Spelling |
Available values:
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. |
#Remarks
Use this property to indicate what layout the component selects to show the Spelling form to the user.
See Also