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

AttributeDisplayValueEditEventArgs.DisplayValue Property

Gets or sets an attribute display value.

Namespace: DevExpress.Map

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

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