FileManagerSettingsUpload.ValidationSettings Property
In This Article
Gets the upload validation settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual FileManagerValidationSettings ValidationSettings { get; }
#Property Value
Type | Description |
---|---|
File |
A File |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Validation |
---|---|
ASPx |
|
#Remarks
Use the ValidationSettings property to access and customize the settings that relate to the validation of uploaded files.
See Also