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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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