Back to Devexpress

UploadControlFileListPosition Enum

aspnet-devexpress-dot-web-c99dba64.md

latest1.7 KB
Original Source

UploadControlFileListPosition Enum

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum UploadControlFileListPosition
vb
Public Enum UploadControlFileListPosition

Members

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

|

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

DevExpress.Web Namespace