Skip to main content

AttributeDisplayValueEditEventArgs.Value Property

Returns an attribute value.

Namespace: DevExpress.Map

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

NuGet Package: DevExpress.Map.Core

#Declaration

public object Value { get; }

#Property Value

Type Description
Object

A Object storing an attribute value.

See Also