Skip to main content
A newer version of this page is available. .
Tab

UploadControlStyles.FileListItemStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public UploadControlFileListItemStyle FileListItemStyle { get; }

Property Value

Type Description
UploadControlFileListItemStyle

A UploadControlFileListItemStyle object that contains the style settings.

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

See Also