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

ASPxUploadControl.FileListStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public UploadControlFileListStyle FileListStyle { get; }

Property Value

Type Description
UploadControlFileListStyle

A UploadControlFileListStyle object containing style settings.

Remarks

The FileListStyle property is not in effect if the UploadAdvancedModeSettings.EnableMultiSelect and/or UploadAdvancedModeSettings.EnableFileList properties are disabled.

See Also