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

MapItemCollection(IMapDataAdapter) Constructor

Initializes a new instance of the MapItemCollection class with the predefined color.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

public MapItemCollection(
    IMapDataAdapter dataAdapter
)

Parameters

Name Type Description
dataAdapter IMapDataAdapter

An object implementing the IMapDataAdapter interface.

See Also