Back to Devexpress

AddUploadButtonsHorizontalPosition Enum

aspnet-devexpress-dot-web-c4d108fb.md

latest2.1 KB
Original Source

AddUploadButtonsHorizontalPosition Enum

Lists values that specify the horizontal position of the add and upload buttons.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum AddUploadButtonsHorizontalPosition
vb
Public Enum AddUploadButtonsHorizontalPosition

Members

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

| | InputRightSide |

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.

|

The following properties accept/return AddUploadButtonsHorizontalPosition values:

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

See Also

DevExpress.Web Namespace