Skip to main content
A newer version of this page is available.
All docs
V18.2

ASPxHtmlEditorUploadValidationSettingsBase.ShowErrors Property

Gets or sets the value specifying whether the error message is displayed if the uploaded file does not pass validation.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public override bool ShowErrors { get; set; }

Property Value

Type Description
Boolean

true, to show the error message; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowErrors
ASPxHtmlEditorAudioUploadSettings
.ValidationSettings.ShowErrors
ASPxHtmlEditorFlashUploadSettings
.ValidationSettings.ShowErrors
ASPxHtmlEditorImageUploadSettings
.ValidationSettings.ShowErrors
ASPxHtmlEditorVideoUploadSettings
.ValidationSettings.ShowErrors
MVCxHtmlEditorAudioUploadSettings
.ValidationSettings.ShowErrors
MVCxHtmlEditorFlashUploadSettings
.ValidationSettings.ShowErrors
MVCxHtmlEditorImageUploadSettings
.ValidationSettings.ShowErrors
MVCxHtmlEditorVideoUploadSettings
.ValidationSettings.ShowErrors

Remarks

Use the ShowErrors property to specify whether the error message is displayed if the uploaded file does not pass validation in the File Manager used within built-in dialogs.

See Also