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

FileManagerItemRenamedEventArgs.Item Property

Gets an item related to the event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public FileManagerItem Item { get; }

Property Value

Type Description
FileManagerItem

A FileManagerItem object that is the renamed item.

Remarks

Use the Item property to access the currently processed item in the ASPxFileManager.ItemRenamed event handler.

See Also