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

BootstrapFileManager.CustomThumbnail Event

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

public event BootstrapFileManagerThumbnailCreateEventHandler CustomThumbnail

Event Data

The CustomThumbnail event's data class is BootstrapFileManagerThumbnailCreateEventArgs. The following properties provide information specific to this event:

Property Description
File Obsolete. Gets a file related to the event. Inherited from FileManagerThumbnailCreateEventArgs.
IsParentFolder Gets a value specifying whether the currently processed item is a parent folder. Inherited from FileManagerThumbnailCreateEventArgs.
Item Gets an item related to the event. Inherited from FileManagerThumbnailCreateEventArgs.
ThumbnailIconCssClass
ThumbnailImage Gets the settings of a thumbnail image. Inherited from FileManagerThumbnailCreateEventArgs.
See Also