Back to Devexpress

ASPxUploadControl.CancelButton Property

aspnet-devexpress-dot-web-dot-aspxuploadcontrol-bcf341dc.md

latest1.7 KB
Original Source

ASPxUploadControl.CancelButton Property

Gets the settings of the cancel button.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CancelButtonProperties CancelButton { get; }
vb
Public ReadOnly Property CancelButton As CancelButtonProperties

Property Value

TypeDescription
CancelButtonProperties

A CancelButtonProperties 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 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

ShowProgressPanel

ASPxUploadControl Class

ASPxUploadControl Members

DevExpress.Web Namespace