Skip to main content

BootstrapUploadControlValidationSettings Class

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.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