Skip to main content

UploadControlSettings.CancelButtonSpacing Property

Gets or sets the vertical spacing between the progress bar and the Cancel button.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public Unit CancelButtonSpacing { get; set; }

#Property Value

Type Description
Unit

A Unit that represents the spacing value.

#Remarks

This property is in effect if the UploadControlSettings.ShowProgressPanel property is set to true.

The horizontal position of the Cancel button is specified by the UploadControlSettings.CancelButtonHorizontalPosition property.

See Also