CancelButtonHorizontalPosition Enum
In This Article
Lists values that specify the horizontal position of the cancel button in the progress panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Left
|
The cancel button is displayed on the left side of the ASPx |
Center
|
The cancel button is displayed at the center of the ASPx |
Right
|
The cancel button is displayed on the right side of the ASPx |
#Related API Members
The following properties accept/return CancelButtonHorizontalPosition values:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASP. |
Upload |
See Also