AddUploadButtonsHorizontalPosition Enum
In This Article
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Left
|
Aligns the buttons along the left edge of the file input element. |
Right
|
Aligns the buttons along the right edge of the file input element. |
Input
|
The buttons are displayed on the right side of the file input element. |
Center
|
The buttons are displayed at the center of the file input element. |
#Related API Members
The following properties accept/return AddUploadButtonsHorizontalPosition values:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASP. |
Upload |
See Also