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

ASPxUploadControl.FileInputSpacing Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit that represents the spacing value.

Remarks

Note

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

See Also