Skip to main content

SpellChecker.FormsManager Property

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

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.XtraSpellChecker.v23.2.dll

NuGet Package: DevExpress.Win.SpellChecker

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[Browsable(false)]
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