UploadControlStyles.FileListStyle Property
Gets the style settings for the area where files selected to be uploaded are displayed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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.
Note
The FileListStyle property is not in effect if the UploadAdvancedModeSettings.EnableFileList option is disabled.
See Also