Back to Devexpress

CancelButtonHorizontalPosition Enum

aspnet-devexpress-dot-web-a8aead6c.md

latest2.2 KB
Original Source

CancelButtonHorizontalPosition Enum

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

Declaration

csharp
public enum CancelButtonHorizontalPosition
vb
Public Enum CancelButtonHorizontalPosition

Members

NameDescription
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:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxUploadControl.CancelButtonHorizontalPosition
ASP.NET MVC ExtensionsUploadControlSettings.CancelButtonHorizontalPosition

See Also

DevExpress.Web Namespace