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

ImageGalleryFullscreenViewerSettings.ThumbnailWidth Property

Gets or sets the fullscreen viewer thumbnail width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(Unit), "90")]
public Unit ThumbnailWidth { get; set; }

Property Value

Type Default Description
Unit "90"

A Unit value that specifies the width.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ThumbnailWidth
ASP.NET Controls and MVC Extensions ASPxImageGallery
.SettingsFullscreenViewer .ThumbnailWidth
ASP.NET MVC Extensions ImageGallerySettings
.SettingsFullscreenViewer .ThumbnailWidth
MVCxImageGallery
.SettingsFullscreenViewer .ThumbnailWidth

Remarks

To specify the fullscreen viewer thumbnail height, use the ImageGalleryFullscreenViewerSettings.ThumbnailHeight property.

See Also