ASPxHtmlEditorUploadValidationSettingsBase.InvalidUrlErrorText Property
Gets or sets the error text to be displayed in built-in dialogs, if the specified URL is wrong.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
Declaration
[DefaultValue("Invalid URL format, or a file cannot be found using this URL")]
public string InvalidUrlErrorText { get; set; }
Property Value
Type | Default | Description |
---|---|---|
String | "Invalid URL format, or a file cannot be found using this URL" | A String value specifying the error text. |
See Also