Skip to main content

AttributeGroupProvider Members

This class groups items based on the attribute values.

Constructors

Name Description
AttributeGroupProvider() Initializes a new instance of the AttributeGroupProvider class with default settings.

Fields

Name Description
AttributeNameProperty static Identifies the AttributeGroupProvider.AttributeName dependency property.

Properties

Name Description
AttributeName Gets or sets the attribute name used to group map items by its value.

Methods

Name Description
GetGroups(IEnumerable<MapItem>) Separates source items into groups using attribute values.
OnClusterCreated(MapItem) Called after the cluster is created.

Events

Name Description
PropertyChanged Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject.
See Also