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

BootstrapBinaryImageUploadValidationSettings Class

Contains settings that relate to the validation of image files, uploaded using the editor.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapBinaryImageUploadValidationSettings :
    BinaryImageUploadValidationSettings

The following members return BootstrapBinaryImageUploadValidationSettings objects:

Remarks

An object of the BootstrapBinaryImageUploadValidationSettings type can be accessed via the BootstrapBinaryImageUploadSettings.UploadValidationSettings property.

See Also