Skip to main content
A newer version of this page is available. .
Tab

ASPxUploadControl.RemoveButton Property

Gets the settings of the remove button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public RemoveButtonProperties RemoveButton { get; }

Property Value

Type Description
RemoveButtonProperties

A RemoveButtonProperties object that represents the remove button’s properties.

Remarks

Use the RemoveButton property to access the settings defining a specific remove button - a click on this button removes a file input element within the ASPxUploadControl.

Use the ASPxUploadControl.ShowAddRemoveButtons property to define the remove button‘s visibility within the ASPxUploadControl.

See Also