A newer version of this page is available.
Switch to the current version.
ColorizerKeyItemCollection Class
A collection of ColorizerKeyItem objects.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v18.2.dll
Declaration
public class ColorizerKeyItemCollection :
GenericColorizerItemCollection<ColorizerKeyItem>
Public Class ColorizerKeyItemCollection
Inherits GenericColorizerItemCollection(Of ColorizerKeyItem)
Related API Members
The following members accept/return ColorizerKeyItemCollection objects:
Remarks
An object of this class accessed by the KeyColorColorizer.Keys property.
Inheritance
Object
Collection<ColorizerKeyItem>
ObservableCollection<ColorizerKeyItem>
MapElementCollection<ColorizerKeyItem>
DevExpress.Xpf.Map.GenericColorizerItemCollection<ColorizerKeyItem>
ColorizerKeyItemCollection
See Also
Feedback