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

FileManagerItemMoveEventArgs.Item Property

Gets an item object related to the event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public FileManagerItem Item { get; }

Property Value

Type Description
FileManagerItem

A FileManagerItem object that represents an item currently being moved.

Remarks

The Item property represents the FileManagerItem object concerned with raising the event.

See Also