Skip to main content
All docs
V19.2

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

Declaration

public HtmlEditorFormsSettings SettingsForms { get; }

Property Value

Type Description
HtmlEditorFormsSettings

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

See Also