Back to Devexpress

MVCxFileManagerDetailsColumn Class

aspnetmvc-devexpress-dot-web-dot-mvc-2739d764.md

latest3.0 KB
Original Source

MVCxFileManagerDetailsColumn Class

A column used to display file information in the file list details view.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxFileManagerDetailsColumn :
    FileManagerDetailsColumn
vb
Public Class MVCxFileManagerDetailsColumn
    Inherits FileManagerDetailsColumn

The following members return MVCxFileManagerDetailsColumn objects:

Remarks

When the FileManagerSettingsFileList.View property is set to Details , the file list displays a grid containing information about files. Individual columns in the grid are implemented by the MVCxFileManagerDetailsColumn class. The ASPxFileManager stores its columns in the FileManagerFileListDetailsViewSettings.Columns collection.

A default column can display the following file information (specified by the FileManagerDetailsColumn.FileInfoType property): name, last write time, size, and thumbnail. Additionally, you can provide custom information using the MVCxFileManagerDetailsCustomColumn objects.

Implements

IStateManager

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Web.Internal.IWebControlObject

IPropertiesOwner

IExpressionsAccessor

DevExpress.Web.Design.IDesignTimeCollectionItem

Inheritance

Object StateManager CollectionItem FileManagerDetailsColumn MVCxFileManagerDetailsColumn

See Also

MVCxFileManagerDetailsColumn Members

DevExpress.Web.Mvc Namespace