Skip to main content
Tab

UploadAdvancedModeSettings.FileListPosition Property

Specifies the position of a file list in the upload control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(UploadControlFileListPosition.Bottom)]
public UploadControlFileListPosition FileListPosition { get; set; }

Property Value

Type Default Description
UploadControlFileListPosition Bottom

One of the UploadControlFileListPosition enumeration values.

Available values:

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to FileListPosition
ASP.NET MVC Extensions UploadControlSettings
.AdvancedModeSettings .FileListPosition
ASP.NET Web Forms Controls ASPxUploadControl
.AdvancedModeSettings .FileListPosition

Remarks

When the UploadAdvancedModeSettings.EnableFileList property is set to true, the ASPxUploadControl displays a file list. Use the FileListPosition property to specify the position of the file list, relative to the control.

EUD_FileUpload_FileList

Note

This property is not in effect for the FileManagerUploadAdvancedModeSettings class.

See Also