Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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