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

SelectedItemCollection(MapItemsLayerBase) Constructor

Initializes a new instance of the SelectedItemCollection class with the specified owner.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

public SelectedItemCollection(
    MapItemsLayerBase layer
)

Parameters

Name Type Description
layer MapItemsLayerBase

A MapItemsLayerBase object that is the owner of this selected item collection.

See Also