Skip to main content
A newer version of this page is available.
All docs
V19.1

ASPxHtmlEditor.SettingsForms Property

Gets the settings allowing you to specify paths to dialog forms (UserControls) stored within a web site.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

Declaration

public HtmlEditorFormsSettings SettingsForms { get; }

Property Value

Type Description
HtmlEditorFormsSettings

A HtmlEditorFormsSettings object containing properties which point to individual dialog forms.

See Also