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

UploadControlSettings.ValidationSettings Property

Gets the UploadControl’s validation settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public UploadControlValidationSettings ValidationSettings { get; }

Property Value

Type Description
UploadControlValidationSettings

A UploadControlValidationSettings object that contains validation settings.

Remarks

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

See Also