Skip to main content
All docs
V25.1
  • DefinedNameEditedEventArgs.OldName Property

    Gets the previous name of the defined name object.

    Namespace: DevExpress.XtraSpreadsheet

    Assembly: DevExpress.Spreadsheet.v25.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