Skip to main content
A newer version of this page is available. .
Tab

ASPxUploadControl.RemoveButtonSpacing Property

Gets or sets the horizontal spacing between a file input element and a remove button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit RemoveButtonSpacing { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit that represents the spacing value.

Remarks

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

See Also