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

FileManagerItemsCopiedEventArgs.Items Property

Gets items related to the event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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