BootstrapUploadControl.CancelButton Property
Gets the settings of the cancel button.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapCancelButtonProperties CancelButton { get; }
Property Value
Type | Description |
---|---|
BootstrapCancelButtonProperties | A BootstrapCancelButtonProperties object that contains the cancel button’s properties. |
Remarks
Use the CancelButton property to access the settings defining the cancel button, which cancels a file upload initiated within the BootstrapUploadControl when clicked.
Use the ASPxUploadControl.ShowProgressPanel property to define the visibility of the UploadControl‘s progress panel, which contains the cancel button.
See Also