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

UploadControlFileListItemStyle Class

Defines style settings for the file list items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public class UploadControlFileListItemStyle :
    AppearanceStyle

The following members return UploadControlFileListItemStyle objects:

Library Related API Members
ASP.NET Bootstrap Controls BootstrapFileManagerUploadAdvancedModeSettings.FileListItemStyle
BootstrapUploadAdvancedModeSettings.FileListItemStyle
ASP.NET Web Forms Controls UploadAdvancedModeSettings.FileListItemStyle
UploadControlStyles.FileListItemStyle

Remarks

The UploadControlFileListItemStyle class contains settings that define the appearance of the file list items in the ASPxUploadControl control.

An object of the UploadControlFileListItemStyle type can be accessed using the UploadAdvancedModeSettings.FileListItemStyle property.

See Also