Skip to main content

UploadControlSettings.ButtonSpacing Property

Gets or sets the horizontal spacing between the Add and the Upload buttons.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public Unit ButtonSpacing { get; set; }

Property Value

Type Description
Unit

A Unit that represents the spacing value.

Remarks

This property is in effect if the UploadControlSettings.ShowAddRemoveButtons and the UploadControlSettings.ShowUploadButton properties are set to true.

See Also