Back to Devexpress

FileManagerItemStyle Class

aspnet-devexpress-dot-web-458dae5c.md

latest2.1 KB
Original Source

FileManagerItemStyle Class

Defines style settings for file manager’s items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class FileManagerItemStyle :
    FileManagerItemStyleBase
vb
Public Class FileManagerItemStyle
    Inherits FileManagerItemStyleBase

The following members return FileManagerItemStyle objects:

Remarks

The FileManagerItemStyle class contains settings that define the appearance of items within the ASPxFileManager control.

An object of the FileManagerItemStyle type can be accessed via the FileManagerStyles.Item property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase FileManagerItemStyleBase FileManagerItemStyle

See Also

FileManagerItemStyle Members

File Manager

DevExpress.Web Namespace