wpf-devexpress-dot-xpf-dot-map-86c3130f.md
A collection of ColorizerKeyItem objects.
Namespace : DevExpress.Xpf.Map
Assembly : DevExpress.Xpf.Map.v25.2.dll
NuGet Package : DevExpress.Wpf.Map
public class ColorizerKeyItemCollection :
GenericColorizerItemCollection<ColorizerKeyItem>
Public Class ColorizerKeyItemCollection
Inherits GenericColorizerItemCollection(Of ColorizerKeyItem)
The following members return ColorizerKeyItemCollection objects:
An object of this class accessed by the KeyColorColorizer.Keys property.
Object Collection<ColorizerKeyItem> ObservableCollection<ColorizerKeyItem> MapElementCollection<ColorizerKeyItem> DevExpress.Xpf.Map.GenericColorizerItemCollection<ColorizerKeyItem> ColorizerKeyItemCollection
See Also