Skip to main content

UploadControlBinderSettings.ValidationSettings Property

Gets the extension’s validation settings.

Namespace: DevExpress.Web.Mvc.BinderSettings

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

NuGet Package: DevExpress.Web.Mvc5

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