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

TileViewOptionsImageLoad.DesiredThumbnailSize Property

Gets or sets the desired size of thumbnail images created during the Asynchronous Image Load in WinExplorer and Tile Views.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public Size DesiredThumbnailSize { get; set; }

Property Value

Type Description
Size

A Size structure that is the desired thumbnail image size.

Property Paths

You can access this nested property as listed below:

Object Type Path to DesiredThumbnailSize
TileView
.OptionsImageLoad.DesiredThumbnailSize

Remarks

In Asynchronous Image Load Mode, the DesiredThumbnailSize property specifies the size of automatically generated thumbnails and thumbnails generated by the ThumbnailImageEventArgs.CreateThumbnailImage method. When displaying the generated thumbnails, they are zoomed in or out to fit the display rectangle.

The DesiredThumbnailSize property’s default value is Size.Empty. In this case, the actual size is specified by the TileViewItemOptions.ItemSize property.

See Also