Skip to main content
Tab

FileManagerItemMoveEventArgs.DestinationFolder Property

Gets a folder where the current item is being moved.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerFolder DestinationFolder { get; }

Property Value

Type Description
FileManagerFolder

A FileManagerFolder object that represents a folder.

See Also