ASPxUploadControl.RemoveButton Property
Gets the settings of the remove button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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