Skip to main content

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

NuGet Package: DevExpress.Web

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