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

UploadControlFileListStyle Class

Provides the style settings used to paint the Upload Control’s file list.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class UploadControlFileListStyle :
    AppearanceStyle

The following members return UploadControlFileListStyle objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxUploadControl.FileListStyle
UploadControlStyles.FileListStyle
ASP.NET Bootstrap Controls BootstrapUploadControl.FileListStyle

Remarks

These settings can be accessed using the ASPxUploadControl.FileListStyle property.

See Also