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

FileManagerValidationSettings.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

Assembly: DevExpress.Web.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:

See Also