Skip to main content
A newer version of this page is available. .
Tab

AddUploadButtonsHorizontalPosition Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum AddUploadButtonsHorizontalPosition

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.

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.

Related API Members

The following properties accept/return AddUploadButtonsHorizontalPosition values:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxUploadControl.AddUploadButtonsHorizontalPosition
UploadControlSettings.AddUploadButtonsHorizontalPosition
ASP.NET Bootstrap Controls BootstrapUploadControl.AddUploadButtonsHorizontalPosition

Remarks

The values listed by this enumeration are used to set the ASPxUploadControl.AddUploadButtonsHorizontalPosition property’s value.

See Also