aspnet-devexpress-dot-web-a8aead6c.md
Lists values that specify the horizontal position of the cancel button in the progress panel.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum CancelButtonHorizontalPosition
Public Enum CancelButtonHorizontalPosition
| 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.
|
The following properties accept/return CancelButtonHorizontalPosition values:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxUploadControl.CancelButtonHorizontalPosition |
| ASP.NET MVC Extensions | UploadControlSettings.CancelButtonHorizontalPosition |
See Also