FileManagerThumbnailCreateEventArgs.Item Property
Gets an item related to the event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v23.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
FileManagerItem | An FileManagerItem object that is a file currently being processed. |
Remarks
Within the ASPxFileManager.CustomThumbnail event’s handler, the currently processed item (file, folder, or parent folder) can be accessed by using the Item property.
See Also