FileManagerThumbnailProperties Class
In This Article
Contains settings specific to the thumbnail.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class FileManagerThumbnailProperties :
ImageProperties
#Related API Members
The following members return FileManagerThumbnailProperties objects:
#Remarks
An instance of the FileManagerThumbnailProperties class can be used to provide custom thumbnails when handling the ASPxFileManager.CustomThumbnail server event.
#Inheritance
Object
StateManager
PropertiesBase
ImagePropertiesBase
ImageProperties
FileManagerThumbnailProperties
See Also