FileManagerThumbnailCreateEventArgs.Item Property
In This Article
Gets an item related to the event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public FileManagerItem Item { get; }
#Property Value
Type | Description |
---|---|
File |
An File |
#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