Skip to main content

ObjectSelectedEventArgs.Object Property

Returns the data object whose map representation was selected.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public object Object { get; }

Property Value

Type Description
Object

The data object whose map representation was selected.

Remarks

Note that if the vector map items are provided using the MapItemStorage object, then map items are data objects.

See Also