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

SpellCheckerSettings.SettingsForms Property

Provides access to settings that are related to customized built-in dialog forms (UserControls) stored within a web site.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public MVCxSpellCheckerFormsSettings SettingsForms { get; }

Property Value

Type Description
MVCxSpellCheckerFormsSettings

A MVCxSpellCheckerFormsSettings object containing properties that are related to customized built-in dialog forms.

See Also