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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue(typeof(Unit), "")]
[Obsolete("Use ThumbnailWidth and ThumbnailHeight properties instead.")]
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 |
---|---|
FileManagerSettingsFileList |
|
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