Skip to main content

IMapDataAdapter.GetItemSourceObject(MapItem) Method

Gets a source object for a map item.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

object GetItemSourceObject(
    MapItem item
)

Parameters

Name Type Description
item MapItem

A MapItem descendant for which a source object is searched.

Returns

Type Description
Object

A source object to search.

See Also