Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public Unit AddUploadButtonsSpacing { get; set; }

Property Value

Type Description
Unit

A Unit that represents the spacing value.

See Also