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

BootstrapUploadControl.RemoveButton Property

Gets the settings of the remove button.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapRemoveButtonProperties RemoveButton { get; }

Property Value

Type Description
BootstrapRemoveButtonProperties

A BootstrapRemoveButtonProperties 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 BootstrapUploadControl.

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

See Also