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

BootstrapBinaryImageUploadSettings.UploadValidationSettings Property

Gets the upload validation settings.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapBinaryImageUploadValidationSettings UploadValidationSettings { get; }

Property Value

Type Description
BootstrapBinaryImageUploadValidationSettings

A BootstrapBinaryImageUploadValidationSettings object that contains validation settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to UploadValidationSettings
BootstrapBinaryImageEditingSettings
.UploadSettings.UploadValidationSettings
BootstrapBinaryImageEditingSettingsBase
.UploadSettings.UploadValidationSettings

Remarks

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

See Also