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

ASPxUploadControl() Constructor

Initializes a new instance of the ASPxUploadControl class with default settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxUploadControl()

Remarks

When ASPxUploadControl is created dynamically at run time, it can cause code skipping on file upload. To learn more see the Page Life Cycle During File Upload topic.

See Also