Skip to main content

SpellChecker.FormsManager Property

Provides access to the object that manages the spelling forms for user interaction.

Namespace: DevExpress.Xpf.SpellChecker

Assembly: DevExpress.Xpf.SpellChecker.v14.2.dll

#Declaration

public SpellingFormsManager FormsManager { get; }

#Property Value

Type Description
DevExpress.XtraSpellChecker.Forms.SpellingFormsManager

A SpellingFormsManager object.

#Remarks

Use this property to get access to the forms used to display the list of suggestions and spelling options to the user.

See Also