Skip to main content
Tab

FileManagerItemRenamedEventArgs.OldName Property

Gets an item’s previous name.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string OldName { get; }

Property Value

Type Description
String

A string value that specifies the renamed item’s previous name.

Remarks

Use the OldName property to access the old name of a renamed item in the ASPxFileManager.ItemRenamed event handler.

See Also