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

FileManagerSettingsUpload.ValidationSettings Property

Gets the upload validation settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public virtual FileManagerValidationSettings ValidationSettings { get; }

Property Value

Type Description
FileManagerValidationSettings

A FileManagerValidationSettings object that contains validation settings.

Property Paths

You can access this nested property as listed below:

Remarks

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

See Also