UploadControlStyles.FileListStyle Property
In This Article
Gets the style settings for the area where files selected to be uploaded are displayed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public UploadControlFileListStyle FileListStyle { get; }
#Property Value
Type | Description |
---|---|
Upload |
A Upload |
#Remarks
Use the FileListStyle property to customize the appearance of the control’s file list.
Note
The File
See Also