Skip to main content
All docs
V19.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.v19.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