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

MapItemAttributeCollection(MapDependencyObject) Constructor

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

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v18.2.dll

Declaration

public MapItemAttributeCollection(
    MapDependencyObject owner
)

Parameters

Name Type Description
owner MapDependencyObject

A MapDependencyObject class descendant object that is the owner of this collection.

See Also