ASPxImageGallery.ThumbnailUrlFormatString Property
In This Article
Specifies the pattern that formats thumbnails URLs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
#Declaration
#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