UploadControlStyles.FileListItemStyle Property
Gets the style settings defining the appearance of file list items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Description |
|---|---|
| UploadControlFileListItemStyle | A UploadControlFileListItemStyle object that contains the style settings. |
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