Skip to main content

MVCxFileManagerSettingsUpload.ValidationSettings Property

Gets the upload validation settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

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