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

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

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