Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

BinaryImageUploadValidationSettings(ASPxUploadControl) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public BinaryImageUploadValidationSettings(
    ASPxUploadControl uploadControl
)

Parameters

Name Type Description
uploadControl ASPxUploadControl

An ASPxUploadControl object that owns the current object.

See Also