Skip to main content

AttributeDisplayValueEditEventArgs.DisplayValue Property

Gets or sets an attribute display value.

Namespace: DevExpress.Map

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

NuGet Package: DevExpress.Map.Core

Declaration

public string DisplayValue { get; set; }

Property Value

Type Description
String

A String object that is the string representation of the attribute value.

See Also