FileManagerItemDeleteEventArgs.Item Property
Gets an item object related to the event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v22.2.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
FileManagerItem | A FileManagerItem object that represents an item currently being deleted. |
Remarks
The Item property represents a FileManagerItem object concerned with raising the event.
See Also