Skip to main content
All docs
V24.1

DefinedNameEditedEventArgs.OldName Property

Gets the previous name of the defined name object.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v24.1.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public string OldName { get; }

Property Value

Type Description
String

A string that is the new DefinedName.Name value.

See Also