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

UploadControlValidationSettings(ASPxUploadControl) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public UploadControlValidationSettings(
    ASPxUploadControl uploadControl
)

Parameters

Name Type Description
uploadControl ASPxUploadControl

An ASPxUploadControl object that owns the current object.

See Also