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.2.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 Show |
---|---|---|
ASP. |
Upload |
|
Upload |
|
|
ASP. |
ASPx |
|
#Remarks
<dx:ASPxUploadControl ID="UploadControl" runat="server" ...>
<ValidationSettings MaxFileSize="10000000" ShowErrors="false">
</ValidationSettings>
...
</dx:ASPxUploadControl>
#Online Demo
ASPxUploadControl - Custom Progress Panel