UploadAdvancedModeSettings.FileListPosition Property
Specifies the position of a file list in the upload control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
[DefaultValue(UploadControlFileListPosition.Bottom)]
public UploadControlFileListPosition FileListPosition { get; set; }
Property Value
Type | Default | Description |
---|---|---|
UploadControlFileListPosition | Bottom | One of the UploadControlFileListPosition enumeration values. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to FileListPosition |
---|---|---|
ASP.NET MVC Extensions | UploadControlSettings |
|
ASP.NET Web Forms Controls | ASPxUploadControl |
|
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 FileManagerUploadAdvancedModeSettings class.
See Also