UploadControlSettings.RemoveButton Property
In This Article
Gets the settings of the Remove button.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public RemoveButtonProperties RemoveButton { get; }
#Property Value
Type | Description |
---|---|
Remove |
A Remove |
#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 UploadControl.
Use the UploadControlSettings.ShowAddRemoveButtons property to define the Remove button’s visibility within the UploadControl.
See Also