Skip to main content

AttributeDisplayValueEditEventArgs.Name Property

Returns the name of an attribute.

Namespace: DevExpress.Map

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

NuGet Package: DevExpress.Map.Core

Declaration

public string Name { get; }

Property Value

Type Description
String

A String object representing the name of attribute whose display value should be customized.

See Also