Back to Devexpress

UploadControlFileListStyle Class

aspnet-devexpress-dot-web-66f7ba9c.md

latest1.9 KB
Original Source

UploadControlFileListStyle Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class UploadControlFileListStyle :
    AppearanceStyle
vb
Public Class UploadControlFileListStyle
    Inherits AppearanceStyle

The following members return UploadControlFileListStyle objects:

Remarks

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

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle UploadControlFileListStyle

See Also

UploadControlFileListStyle Members

DevExpress.Web Namespace