ASPxUploadControl.UploadButton Property
Gets the settings of the upload button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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