Back to Devexpress

UploadControlSettings.CancelButton Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-uploadcontrolsettings-1951b39d.md

latest1.6 KB
Original Source

UploadControlSettings.CancelButton Property

Gets the settings of the Cancel button.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

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, when clicked, cancels a file upload initiated within the UploadControl.

Use the UploadControlSettings.ShowProgressPanel property to define the visibility of the UploadControl’s progress panel , which contains the Cancel button.

See Also

File Upload

UploadControlSettings Class

UploadControlSettings Members

DevExpress.Web.Mvc Namespace