BootstrapUploadControl.UploadButton Property
Gets the settings of the upload button.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapUploadButtonProperties UploadButton { get; }
Property Value
Type | Description |
---|---|
BootstrapUploadButtonProperties | A BootstrapUploadButtonProperties object that represents the upload button’s properties. |
Remarks
Use the UploadButton property to access the settings which define a specific upload button - a click on this button uploads the files specified within the UploadControl’s file input elements.
Use the ASPxUploadControl.ShowUploadButton property to define the upload button’s visibility within the UploadControl.
See Also