UploadControlValidationSettings.ShowErrors Property
Specifies whether the error message is displayed if the uploaded file does not pass validation.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.2.dll
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | true |
|
Property Paths
You can access this nested property as listed below:
| Library | Object Type | Path to ShowErrors |
|---|---|---|
| ASP.NET MVC Extensions | UploadControlBinderSettings |
|
| UploadControlSettings |
|
|
| ASP.NET Web Forms Controls | ASPxUploadControl |
|
Remarks
<dx:ASPxUploadControl ID="UploadControl" runat="server" ...>
<ValidationSettings MaxFileSize="10000000" ShowErrors="false">
</ValidationSettings>
...
</dx:ASPxUploadControl>
Online Demo
ASPxUploadControl - Custom Progress Panel
See Also