UploadAdvancedModeSettings.FileListItemStyle Property
In This Article
Gets the style settings defining the appearance of file list items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public UploadControlFileListItemStyle FileListItemStyle { get; }
#Property Value
Type | Description |
---|---|
Upload |
A 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 FileListItemStyle property to customize the appearance of file list items.
Note
This property is not in effect for the File
See Also