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

UploadControlBinderSettings.ValidationSettings Property

Gets the extension’s validation settings.

Namespace: DevExpress.Web.Mvc.BinderSettings

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

Declaration

public UploadControlValidationSettings ValidationSettings { get; }

Property Value

Type Description
UploadControlValidationSettings

A UploadControlValidationSettings object that contains validation settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to ValidationSettings
DevExpressEditorsBinder
.UploadControlBinderSettings.ValidationSettings

Remarks

Use the ValidationSettings property to access and customize the settings that relate to the UploadControl extension’s validation.

See Also