BootstrapUploadControl.RemoveButton Property
Gets the settings of the remove button.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
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