SpellCheckerBase<T>.SpellingFormType Property
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.1.dll
NuGet Package: DevExpress.Wpf.SpellChecker
Declaration
Property Value
Type | Description |
---|---|
SpellingFormType | One of the SpellingFormType enumeration values indicating the form’s layout. The default is SpellingFormType.Outlook |
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