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

AttributeDisplayValueEditEventArgs.Value Property

Returns an attribute value.

Namespace: DevExpress.Map

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

NuGet Packages: DevExpress.Map.Core, DevExpress.WindowsDesktop.Map.Core

Declaration

public object Value { get; }

Property Value

Type Description
Object

A Object storing an attribute value.

See Also