Skip to main content

UploadControlSettings.RemoveButton Property

Gets the settings of the Remove button.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public RemoveButtonProperties RemoveButton { get; }

Property Value

Type Description
RemoveButtonProperties

A RemoveButtonProperties object that specifies 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 UploadControl.

Use the UploadControlSettings.ShowAddRemoveButtons property to define the Remove button’s visibility within the UploadControl.

See Also