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

FileManagerItemMoveEventArgs.DestinationFolder Property

Gets a folder where the current item is being moved.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public FileManagerFolder DestinationFolder { get; }

Property Value

Type Description
FileManagerFolder

A FileManagerFolder object that represents a folder.

See Also