FileManagerItemsCopiedEventArgs.Items Property
Gets items related to the event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
FileManagerItem[] | An array of FileManagerItem objects that are copied items. |
Remarks
Use the Items property to access the currently processed items in the ASPxFileManager.ItemsCopied event handler.
See Also