FileManagerFileListDetailsViewSettings.ThumbnailSize Property
Obsolete. Gets or sets the file thumbnail's size in pixels.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[Obsolete("Use ThumbnailWidth and ThumbnailHeight properties instead.")]
[DefaultValue(typeof(Unit), "")]
public virtual Unit ThumbnailSize { get; set; }
<Obsolete("Use ThumbnailWidth and ThumbnailHeight properties instead.")>
<DefaultValue(GetType(Unit), "")>
Public Overridable Property ThumbnailSize As Unit
Property Value
Type | Default | Description |
---|---|---|
Unit | A Unit object that specifies the size. |
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
Feedback