VectorItemsLayer.GetItemSourceObject(MapItem) Method
Gets a source object for a map item.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | MapItem | A MapItem for which a source object is searched. |
Returns
Type | Description |
---|---|
Object | A source object to search. |
See Also