FileManagerImages.File Property
In This Article
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ImageProperties File { get; }
#Property Value
Type | Description |
---|---|
Image |
A Image |
#Remarks
ASPxFileManager automatically creates particular thumbnails for image files. Also, the control provides default thumbnails for some file types (such as doc, xls, etc.). You can specify custom thumbnails with the file extension.
Use the File property to specify a thumbnail for files which thumbnails is not defined.
For more information, see the Thumbnails topic.
See Also