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.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public MapItemCollection(
    IMapDataAdapter dataAdapter
)

Parameters

Name Type Description
dataAdapter IMapDataAdapter

An object implementing the IMapDataAdapter interface.

See Also