Skip to main content
A newer version of this page is available. .

MVCxSpellCheckerFormsSettings Properties

Contains dialog form related settings.
Name Description
SpellCheckFormAction Gets or sets the name of an action method invoking a view (user control) that defines the Check Spelling dialog’s form.
SpellCheckFormPath

This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.

Use the MVCxSpellCheckerFormsSettings.SpellCheckFormAction property instead.

SpellCheckOptionsFormAction Gets or sets the name of an action method invoking a view (user control) that defines the Spelling Options dialog’s form.
SpellCheckOptionsFormPath

This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.

Use the MVCxSpellCheckerFormsSettings.SpellCheckOptionsFormAction property instead.

See Also