Skip to main content
Tab

UploadControlStyles.FileListStyle Property

Gets the style settings for the area where files selected to be uploaded are displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public UploadControlFileListStyle FileListStyle { get; }

Property Value

Type Description
UploadControlFileListStyle

A UploadControlFileListStyle object that contains the style settings.

Remarks

Use the FileListStyle property to customize the appearance of the control’s file list.

EUD_FileUpload_FileList

Note

The FileListStyle property is not in effect if the UploadAdvancedModeSettings.EnableFileList option is disabled.

See Also