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

UploadControlFileListPosition Enum

Lists values that specify the file list‘s vertical position within the ASPxUploadControl control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum UploadControlFileListPosition

Members

Name Description
Top

The file list is displayed at the top of the control’s area.

FileManager_FileListTop

Bottom

The file list is displayed at the bottom of the control’s area.

FileManager_FileListBottom

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