ASPxUploadControl.CancelButton Property
In This Article
Gets the settings of the cancel button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public CancelButtonProperties CancelButton { get; }
#Property Value
Type | Description |
---|---|
Cancel |
A Cancel |
#Remarks
Use the CancelButton property to access the settings defining the cancel button, which cancels a file upload initiated within the ASPxUploadControl when clicked.
Use the ASPxUploadControl.ShowProgressPanel property to define the visibility of the ASPxUploadControl‘s progress panel that contains the cancel button.
See Also