UploadControlValidationSettings.ShowErrors Property
Specifies whether the error message is displayed if the uploaded file does not pass validation.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
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 Web Forms Controls | ASPxUploadControl |
|
ASP.NET MVC Extensions | UploadControlBinderSettings |
|
UploadControlSettings |
|
Remarks
<dx:ASPxUploadControl ID="UploadControl" runat="server" ...>
<ValidationSettings MaxFileSize="10000000" ShowErrors="false">
</ValidationSettings>
...
</dx:ASPxUploadControl>
Online Demo
ASPxUploadControl - Custom Progress Panel
See Also