Skip to main content
Tab

FileManagerItemsCopiedEventArgs.Items Property

Gets items related to the event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerItem[] Items { get; }

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