UploadControlStyles.FileListItemStyle Property
In This Article
Gets the style settings defining the appearance of file list items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public UploadControlFileListItemStyle FileListItemStyle { get; }
#Property Value
Type | Description |
---|---|
Upload |
A Upload |
#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.
See Also