Skip to main content
Tab

ASPxImageGallery.ThumbnailWidth Property

Gets or sets the width of the thumbnail.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit "200"

A Unit value specifying the thumbnail’s width.

Remarks

The ThumbnailWidth property, together with the ASPxImageGallery.ThumbnailHeight property, are useful to specify the thumbnail‘s size.

See Also