Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

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