Skip to main content

DefinedNameEditingEventArgs.OriginalName Property

Gets the name of the Defined Name before it is edited.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public string OriginalName { get; }

Property Value

Type Description
String

A string that is the DefinedName.Name.

See Also