FileManagerItemMoveEventArgs.DestinationFolder Property
In This Article
Gets a folder where the current item is being moved.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public FileManagerFolder DestinationFolder { get; }
#Property Value
Type | Description |
---|---|
File |
A File |
See Also