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

FileManagerThumbnailCreateEventArgs.Item Property

Gets an item related to the event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public FileManagerItem Item { get; }

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