Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Wpf.SpellChecker

#Declaration

public SpellingFormType SpellingFormType { get; set; }

#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