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

FileManagerImages.File Property

Gets the settings of a thumbnail displayed within the files.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ImageProperties File { get; }

Property Value

Type Description
ImageProperties

A ImageProperties object that contains image settings.

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