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

BootstrapUploadControlValidationSettings Class

Contains settings that relate to the Upload Control‘s uploaded file validation.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapUploadControlValidationSettings :
    UploadControlValidationSettings

The following members return BootstrapUploadControlValidationSettings objects:

Remarks

An object of the BootstrapUploadControlValidationSettings type can be accessed by the BootstrapButtonEdit.ValidationSettings property of an upload control.

Inheritance

See Also