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

FileManagerFileListDetailsViewSettings.ThumbnailSize Property

OBSOLETE

Use ThumbnailWidth and ThumbnailHeight properties instead.

Gets or sets the file thumbnail‘s size in pixels.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[Obsolete("Use ThumbnailWidth and ThumbnailHeight properties instead.")]
[DefaultValue(typeof(Unit), "")]
public virtual Unit ThumbnailSize { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit object that specifies the size.

Property Paths

You can access this nested property as listed below:

Object Type Path to ThumbnailSize
HtmlEditorDocumentSelectorFileListSettings
.DetailsViewSettings.ThumbnailSize
HtmlEditorFileManagerFileListSettings
.DetailsViewSettings.ThumbnailSize
FileManagerSettingsFileList
.DetailsViewSettings.ThumbnailSize

Remarks

This property affects thumbnails displayed in ASPxFileManager file list in details view (when the FileManagerSettingsFileList.View property is set to Details). The ThumbnailSize property specifies the side of a square that limits a thumbnail size.

To specify the thumbnail size for file list in thumbnails view, use the FileManagerFileListThumbnailsViewSettings.ThumbnailSize property.

See Also