ASPxUploadControl.UploadButton Property
In This Article
Gets the settings of the upload button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public UploadButtonProperties UploadButton { get; }
#Property Value
Type | Description |
---|---|
Upload |
A Upload |
#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