UploadAdvancedModeSettings.FileListPosition Property
In This Article
Specifies the position of a file list in the upload control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(UploadControlFileListPosition.Bottom)]
public UploadControlFileListPosition FileListPosition { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Upload |
Bottom | One of the Upload |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to File |
---|---|---|
ASP. |
Upload |
|
ASP. |
ASPx |
|
#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.
Note
This property is not in effect for the File
See Also