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

UploadControlSettings.FileInputSpacing Property

Gets or sets the vertical spacing between the file input elements.

Namespace: DevExpress.Web.Mvc

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

Declaration

public Unit FileInputSpacing { get; set; }

Property Value

Type Description
Unit

A Unit that represents the spacing value.

Remarks

Note

Note that the FileInputSpacing property also defines the vertical spacing between the Remove buttons within the remove buttons area.

See Also