Back to Devexpress

SpellCheckerBase<T>.SpellingFormType Property

wpf-devexpress-dot-xpf-dot-spellchecker-dot-spellcheckerbase-1-91b08427.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.SpellChecker

Declaration

csharp
public SpellingFormType SpellingFormType { get; set; }
vb
Public Property SpellingFormType As SpellingFormType

Property Value

TypeDescription
SpellingFormType

One of the SpellingFormType enumeration values indicating the form’s layout.

The default is SpellingFormType.Outlook

|

Available values:

NameDescription
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

SpellCheckerBase<T> Class

SpellCheckerBase<T> Members

DevExpress.Xpf.SpellChecker Namespace