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

ObjectSelectedEventArgs.Object Property

Returns the data object whose map representation was selected.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

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