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

UploadControlStyles(ASPxUploadControl) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public UploadControlStyles(
    ASPxUploadControl uploadControl
)

Parameters

Name Type Description
uploadControl ASPxUploadControl

An ASPxUploadControl object instance that represents the owner of the created object.

See Also