Skip to main content
Tab

ASPxUploadControl.AddUploadButtonsSpacing Property

Specifies the vertical spacing between the add and upload buttons, and the file input element.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

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

#Property Value

Type Default Description
Unit String.Empty

A Unit that represents the spacing value.

See Also