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

HtmlEditorCustomDialog.FormPath Property

Gets or sets the path to a user control, specifying a custom dialog’s form.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll

Declaration

[DefaultValue("")]
public string FormPath { get; set; }

Property Value

Type Default Description
String String.Empty

A String value specifying the path.

Remarks

To learn more about custom dialogs, refer to Custom Dialogs.

See Also