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

BootstrapUploadControlValidationSettings(ASPxUploadControl) Constructor

Initializes a new instance of the BootstrapUploadControlValidationSettings class with the specified owner.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapUploadControlValidationSettings(
    ASPxUploadControl uploadControl
)

Parameters

Name Type Description
uploadControl ASPxUploadControl

A ASPxUploadControl object that owns the current object.

See Also