CancelButtonHorizontalPosition Enum
Lists values that specify the horizontal position of the cancel button in the progress panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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 Web Forms Controls | ASPxUploadControl.CancelButtonHorizontalPosition |
ASP.NET MVC Extensions | UploadControlSettings.CancelButtonHorizontalPosition |
See Also