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

ImageGallerySettings.ThumbnailUrlFormatString Property

Gets or sets the pattern used to format the URL that points to the thumbnail displayed in the image gallery.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public string ThumbnailUrlFormatString { get; set; }

Property Value

Type Description
String

A string value that represents the format pattern.

Remarks

Use the ThumbnailUrlFormatString property to provide a custom format used to specify a URL representing the path to the thumbnail displayed in the image gallery.

Note

Display values can be formatted using the standard formatting mechanism described in MSDN. It allows you to format values using standard format patterns. Format specifiers for composing the format pattern are described in the Numeric Format Strings and Date and Time Format Strings topics in MSDN.

See Also