Skip to main content
All docs
V24.1

DefinedNameEditedEventArgs.Comment Property

Gets the new information about the defined name.

Namespace: DevExpress.XtraSpreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public string Comment { get; }

Property Value

Type Description
String

A string that is the new DefinedName.Comment value.

See Also