UploadControlSettings.ValidationSettings Property
In This Article
Gets the UploadControl’s validation settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public UploadControlValidationSettings ValidationSettings { get; }
#Property Value
Type | Description |
---|---|
Upload |
A Upload |
#Remarks
Use the ValidationSettings property to access and customize the settings that relate to validation of files uploaded via the UploadControl.
See Also