Skip to main content
Tab

FileManagerItemsDeletedEventArgs.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 deleted items.

Remarks

Use the Items property to access the currently processed items in the ASPxFileManager.ItemsDeleted event handler.

See Also