Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DefinedNameEditingEventArgs.OriginalName Property

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

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

public string OriginalName { get; }

Property Value

Type Description
String

A string that is the DefinedName.Name.

See Also