FileManagerFileListDetailsViewSettings.ThumbnailSize Property
In This Article
OBSOLETE
Use Thumbnail
Gets or sets the file thumbnail‘s size in pixels.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Unit | String. |
A Unit object that specifies the size. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Thumbnail |
---|---|
File |
|
#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