Skip to main content
Tab

FileManagerItemProperties.ThumbnailUrl Property

Gets the path to the item thumbnail.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string ThumbnailUrl { get; set; }

Property Value

Type Description
String

A String value that specifies the path to the thumbnail.

Remarks

Use the ThumbnailUrl property to get a URL that is the path to the item thumbnail. This property can be useful when you create an item template and need to get a URL of an image thumbnail, created by the ASPxFileManager control.

See Also