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

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.v19.2.dll

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