UploadControlSettings.ButtonSpacing Property
Gets or sets the horizontal spacing between the Add and the Upload buttons.
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 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