GraphColorizer.ColorItems Property
In This Article
Provides access to the collection of color items for this colorizer.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public GenericColorizerItemCollection<ColorizerColorItem> ColorItems { get; }
#Property Value
Type | Description |
---|---|
Generic |
A Generic |
See Also