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

DefinedNameEventArgsBase.Name Property

Gets the name of the current Defined Name.

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

public string Name { get; }

Property Value

Type Description
String

A string that is the DefinedName.Name.

See Also