MVCxFileManagerSettingsUpload.ValidationSettings Property
Gets the upload validation settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
MVCxFileManagerValidationSettings | A MVCxFileManagerValidationSettings object that contains validation settings. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ValidationSettings |
---|---|
FileManagerSettings |
|
MVCxFileManager |
|
Remarks
Use the ValidationSettings property to access and customize the settings that relate to the validation of uploaded files.
See Also