Back to Devexpress

UploadControlFileListItemStyle Class

aspnet-devexpress-dot-web-e4f7e86a.md

latest2.4 KB
Original Source

UploadControlFileListItemStyle Class

Defines style settings for the file list items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

The following members return UploadControlFileListItemStyle objects:

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.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle UploadControlFileListItemStyle

See Also

UploadControlFileListItemStyle Members

DevExpress.Web Namespace