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

FileManagerItemCopyEventArgs.DestinationFolder Property

Gets a folder where the current item is being copied.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public FileManagerFolder DestinationFolder { get; }

Property Value

Type Description
FileManagerFolder

A FileManagerFolder object that specifies a folder.

See Also