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

CancelButtonHorizontalPosition Enum

Lists values that specify the horizontal position of the cancel button in the progress panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum CancelButtonHorizontalPosition

Members

Name Description
Left

The cancel button is displayed on the left side of the ASPxUploadControl‘s progress panel, under the progress bar.

Center

The cancel button is displayed at the center of the ASPxUploadControl‘s progress panel, under the progress bar.

Right

The cancel button is displayed on the right side of the ASPxUploadControl‘s progress panel, under the progress bar.

Related API Members

The following properties accept/return CancelButtonHorizontalPosition values:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxUploadControl.CancelButtonHorizontalPosition
UploadControlSettings.CancelButtonHorizontalPosition
ASP.NET Bootstrap Controls BootstrapUploadControl.CancelButtonHorizontalPosition

Remarks

The values listed by this enumeration are used to set the ASPxUploadControl.CancelButtonHorizontalPosition property’s value.

See Also