FileManagerItemRenamedEventArgs.Item Property
Gets an item related to the event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
Property Value
Type | Description |
---|---|
FileManagerItem | A FileManagerItem object that is the renamed item. |
Available values:
Name | Description |
---|---|
Metadata | Provides access to an item's metadata. |
TooltipText | Gets a tooltip text. |
ThumbnailUrl | Gets the path to the item thumbnail. |
Length | Gets the file's length in bytes. |
LastWriteTime | Returns the time of the last item (file or folder) modification. |
Location | Gets the current item's location. |
Id | Gets the item's unique identifier. |
Name | Gets the name of the current item. |
FullName | Gets the full name of the current item. |
RelativeName | Gets a relative name of the current item. |
Equals(FileManagerItem) | Compares this FileManagerItem instance with the specified object. |
ToString() | Returns the string that represents the current object. |
Remarks
Use the Item property to access the currently processed item in the ASPxFileManager.ItemRenamed event handler.