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

ASPxUploadControl.CancelButtonSpacing Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit CancelButtonSpacing { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit that represents the spacing value.

Remarks

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

The horizontal position of the cancel button is specified by the ASPxUploadControl.CancelButtonHorizontalPosition property.

See Also