FileManagerItemRenameEventArgs.NewName Property
Gets a new name for the item currently being renamed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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