UploadControlBinderSettings.ValidationSettings Property
Gets the extension’s validation settings.
Namespace: DevExpress.Web.Mvc.BinderSettings
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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 |
|
Remarks
Use the ValidationSettings property to access and customize the settings that relate to the UploadControl extension’s validation.
See Also