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

ASPxUploadControl.UploadButton Property

Gets the settings of the upload button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public UploadButtonProperties UploadButton { get; }

Property Value

Type Description
UploadButtonProperties

A UploadButtonProperties object that represents the upload button’s properties.

Remarks

Use the UploadButton property to access the settings which define specific upload button - a click on this button uploads the files specified within the ASPxUploadControl’s file input elements.

Use the ASPxUploadControl.ShowUploadButton property to define the upload button‘s visibility within the ASPxUploadControl.

See Also