SpellChecker.FormsManager Property
In This Article
Provides access to the object that manages the spelling forms for user interaction.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.XtraSpellChecker.v24.2.dll
NuGet Package: DevExpress.Win.SpellChecker
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[Browsable(false)]
public SpellingFormsManager FormsManager { get; }
#Property Value
Type | Description |
---|---|
DevExpress. |
A Spelling |
#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