Skip to main content
Tab

UploadAdvancedModeSettings.FileListItemStyle Property

Gets the style settings defining the appearance of file list items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public UploadControlFileListItemStyle FileListItemStyle { get; }

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 MVC Extensions UploadControlSettings
.AdvancedModeSettings .FileListItemStyle
ASP.NET Web Forms Controls ASPxUploadControl
.AdvancedModeSettings .FileListItemStyle

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.

EUD_FileUpload_FileList

Note

This property is not in effect for the FileManagerUploadAdvancedModeSettings class.

See Also