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

FileManagerItemRenameEventArgs.NewName Property

Gets a new name for the item currently being renamed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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