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

FileManagerFileListDetailsViewSettings.ThumbnailWidth Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit value specifying the thumbnail width.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ThumbnailWidth
ASP.NET Controls and MVC Extensions HtmlEditorDocumentSelectorFileListSettings
.DetailsViewSettings .ThumbnailWidth
HtmlEditorFileManagerFileListSettings
.DetailsViewSettings .ThumbnailWidth
FileManagerSettingsFileList
.DetailsViewSettings .ThumbnailWidth
ASP.NET MVC Extensions MVCxFileManagerSettingsFileList
.DetailsViewSettings .ThumbnailWidth

Remarks

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

See Also