ImageGalleryFullscreenViewerSettings.ThumbnailHeight Property
Gets or sets the fullscreen viewer thumbnail height.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Unit | "90" | A Unit value that specifies the height. |
Property Paths
You can access this nested property as listed below:
| Library | Object Type | Path to ThumbnailHeight |
|---|---|---|
| ASP.NET MVC Extensions | ImageGallerySettings |
|
| ASP.NET Web Forms Controls | ASPxImageGallery |
|
Remarks
To specify the fullscreen viewer thumbnail width, use the ImageGalleryFullscreenViewerSettings.ThumbnailWidth property.
See Also