Skip to main content
Tab

FileManagerItemRenameEventArgs.NewName Property

Gets a new name for the item currently being renamed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string NewName { get; }

Property Value

Type Description
String

A String value that specifies the item’s name.

Remarks

Use the NewName property to obtain the new name of the item currently being renamed. To access the old item’s name, use the FileManagerItem.Name property of the FileManagerItemRenameEventArgs.Item event parameter.

See Also