Skip to main content

HtmlEditorSettings.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 MVCxHtmlEditorFormsSettings SettingsForms { get; }

Property Value

Type Description
MVCxHtmlEditorFormsSettings

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

See Also