Skip to main content
A newer version of this page is available. .

AttributeDisplayValueEditEventArgs.Name Property

Returns the name of an attribute.

Namespace: DevExpress.Map

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

NuGet Packages: DevExpress.Map.Core, DevExpress.WindowsDesktop.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