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

ASPxImageGallery.ThumbnailHeight Property

Gets or sets the height of the thumbnail.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(typeof(Unit), "200")]
public Unit ThumbnailHeight { get; set; }

Property Value

Type Default Description
Unit "200"

A Unit value specifying the thumbnail’s height.

Remarks

The ThumbnailHeight property and the ASPxImageGallery.ThumbnailWidth property are useful in specifying the thumbnail‘s size.

See Also