Back to Devexpress

MVCxFileManagerDetailsCustomColumn Class

aspnetmvc-devexpress-dot-web-dot-mvc-bbfd7ddc.md

latest3.2 KB
Original Source

MVCxFileManagerDetailsCustomColumn Class

A column used to display custom 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 MVCxFileManagerDetailsCustomColumn :
    FileManagerDetailsCustomColumn
vb
Public Class MVCxFileManagerDetailsCustomColumn
    Inherits FileManagerDetailsCustomColumn

The following members return MVCxFileManagerDetailsCustomColumn objects:

Remarks

When the FileManagerSettingsFileList.View property is set to Details , the file list displays a grid containing information about files. A default grid column can display the following file information (specified by the FileManagerDetailsColumn.FileInfoType property): name, last write time, size, and thumbnail.

Add an object of the MVCxFileManagerDetailsCustomColumn type to the FileManagerFileListDetailsViewSettings.Columns collection to display custom information in the grid. To populate a custom column with cell values, use the ASPxFileManager.DetailsViewCustomColumnDisplayText event.

You can use the ASPxFileManager.DetailsViewCustomColumnHeaderFilterFillItems event to provide custom filter items displayed in a filter dropdown for the custom column.

Implements

IStateManager

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Web.Internal.IWebControlObject

IPropertiesOwner

IExpressionsAccessor

DevExpress.Web.Design.IDesignTimeCollectionItem

Inheritance

Object StateManager CollectionItem FileManagerDetailsColumn FileManagerDetailsCustomColumn MVCxFileManagerDetailsCustomColumn

See Also

MVCxFileManagerDetailsCustomColumn Members

DevExpress.Web.Mvc Namespace