UploadAdvancedModeSettings.FileListItemStyle Property
Gets the style settings defining the appearance of file list items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
UploadControlFileListItemStyle | A UploadControlFileListItemStyle object that contains the style settings. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to FileListItemStyle |
---|---|---|
ASP.NET Web Forms Controls | ASPxUploadControl |
|
ASP.NET MVC Extensions | UploadControlSettings |
|
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 FileManagerUploadAdvancedModeSettings class.
See Also