UploadControlFileListPosition Enum
Lists values that specify the file list‘s vertical position within the ASPxUploadControl control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
Name | Description |
---|---|
Top
|
The file list is displayed at the top of the control’s area. |
Bottom
|
The file list is displayed at the bottom of the control’s area. |
Related API Members
The following properties accept/return UploadControlFileListPosition values:
Remarks
Values listed by this enumeration are used to set the UploadAdvancedModeSettings.FileListPosition property’s value.
See Also