FileManagerItemProperties.ThumbnailUrl Property
Gets the path to the item thumbnail.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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