Skip to main content
A newer version of this page is available. .

MVCxFileManagerSettingsUpload.ValidationSettings Property

Gets the upload validation settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public MVCxFileManagerValidationSettings ValidationSettings { get; }

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
.SettingsUpload.ValidationSettings
MVCxFileManager
.SettingsUpload.ValidationSettings

Remarks

Use the ValidationSettings property to access and customize the settings that relate to the validation of uploaded files.

See Also