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

ASPxUploadControl.ButtonSpacing Property

Gets or sets the horizontal spacing between the add and the upload buttons.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit ButtonSpacing { 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 and the ASPxUploadControl.ShowUploadButton properties are set to true.

See Also