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

FileManagerFileListDetailsViewSettings.ThumbnailHeight Property

Gets or sets the height of thumbnails and folder images displayed in the file area in details view mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(typeof(Unit), "")]
public virtual Unit ThumbnailHeight { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit value specifying thumbnail height.

Property Paths

You can access this nested property as listed below:

Object Type Path to ThumbnailHeight
HtmlEditorDocumentSelectorFileListSettings
.DetailsViewSettings.ThumbnailHeight
HtmlEditorFileManagerFileListSettings
.DetailsViewSettings.ThumbnailHeight
FileManagerSettingsFileList
.DetailsViewSettings.ThumbnailHeight
MVCxFileManagerSettingsFileList
.DetailsViewSettings.ThumbnailHeight

Remarks

Use the ThumbnailHeight and FileManagerFileListDetailsViewSettings.ThumbnailWidth properties to specify the size of thumbnails and folder images displayed in the file area in details view mode.

See Also