Skip to main content

MapDataAdapterBase.GetItemBySourceObject(Object) Method

Gets a map item by the source object.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public virtual MapItem GetItemBySourceObject(
    object sourceObject
)

Parameters

Name Type Description
sourceObject Object

A source object.

Returns

Type Description
MapItem

A MapItem object that is obtained from the source object.

See Also