ASPxUploadControl.RemoveButtonSpacing Property
In This Article
Gets or sets the horizontal spacing between a file input element and a remove button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Unit | String. |
A Unit that represents the spacing value. |
#Remarks
This property is in effect if the ASPxUploadControl.ShowAddRemoveButtons property is set to true
.
See Also