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

IMapDataAdapter.GetItemSourceObject(MapItem) Method

Gets a source object for a map item.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

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