Back to Devexpress

FileManagerFileStyle Class

aspnet-devexpress-dot-web-4cefc8d3.md

latest2.1 KB
Original Source

FileManagerFileStyle Class

Defines style settings for files.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

The following members return FileManagerFileStyle objects:

Remarks

The FileManagerFileStyle class contains settings that define the appearance of files within the ASPxFileManager control.

An object of the FileManagerFileStyle type can be accessed via the FileManagerStyles.File property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase FileManagerItemStyleBase FileManagerFileStyle

See Also

FileManagerFileStyle Members

File Manager

DevExpress.Web Namespace