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

UploadControlSettings.AddUploadButtonsSpacing Property

Gets or sets the vertical spacing between the add and upload buttons area and both the file input and the remove buttons areas.

Namespace: DevExpress.Web.Mvc

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

Declaration

public Unit AddUploadButtonsSpacing { get; set; }

Property Value

Type Description
Unit

A Unit that represents the spacing value.

See Also