Skip to main content

MVCxFileManagerFileListDetailsViewSettings.Columns Property

Gets a collection of columns displayed in the FileManager file list details view.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxFileManagerDetailsColumnCollection Columns { get; }

Property Value

Type Description
MVCxFileManagerDetailsColumnCollection

A MVCxFileManagerDetailsColumnCollection object that is a collection of columns.

Property Paths

You can access this nested property as listed below:

Object Type Path to Columns
MVCxFileManagerSettingsFileList

Remarks

When the FileManagerSettingsFileList.View property is set to Details, file list displays a grid. Use the Columns property to specify columns displayed in the grid.

The Columns collection can contain objects of the MVCxFileManagerDetailsColumn (default columns) and MVCxFileManagerDetailsCustomColumn types.

See Also