Skip to main content

UploadControlSettings.RemoveButtonSpacing Property

Gets or sets the horizontal spacing between the file input area and the Remove button area.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public Unit RemoveButtonSpacing { get; set; }

Property Value

Type Description
Unit

A Unit that specifies the spacing value.

Remarks

This property is in effect if the UploadControlSettings.ShowAddRemoveButtons property is set to true.

See Also