Skip to main content

MVCxFileManagerSettingsFileList.ThumbnailsViewSettings Property

Gets the settings of the file list when it is in the thumbnails view mode.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxFileManagerFileListThumbnailsViewSettings ThumbnailsViewSettings { get; }

Property Value

Type Description
MVCxFileManagerFileListThumbnailsViewSettings

A MVCxFileManagerFileListThumbnailsViewSettings object that contains settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to ThumbnailsViewSettings
FileManagerSettings
.SettingsFileList .ThumbnailsViewSettings
See Also