UploadControlSettings.RemoveButtonSpacing Property
Gets or sets the horizontal spacing between the file input area and the Remove button area.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Unit | A Unit that specifies the spacing value. |
Remarks
This property is in effect if the UploadControlSettings.ShowAddRemoveButtons property is set to true.
See Also