Skip to main content
Tab

ASPxImageGallery.ThumbnailUrlFormatString Property

Specifies the pattern that formats thumbnails URLs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("{0}")]
public string ThumbnailUrlFormatString { get; set; }

Property Value

Type Default Description
String "{0}"

The format pattern.

Remarks

If thumbnail images are not specified explicitly, the ASPxImageGallery control create them automatically. Use the ThumbnailUrlFormatString property to specify a format for the path to the thumbnails. You can use standard format patterns to format thumbnail URLs. The following topics describe available format specifiers:

When the ImageContentBytesField property is specified, the control creates images and thumbnails based on the binary data and caches the images to the folder specified by the ImageCacheFolder property. The ThumbnailUrlFormatString property has no effect in this case.

See Also