BootstrapFileManager.CustomThumbnail Event
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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