Back to Devexpress

GraphColorizer.ColorItems Property

windowsforms-devexpress-dot-xtramap-dot-graphcolorizer.md

latest1.4 KB
Original Source

GraphColorizer.ColorItems Property

Provides access to the collection of color items for this colorizer.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public GenericColorizerItemCollection<ColorizerColorItem> ColorItems { get; }
vb
Public ReadOnly Property ColorItems As GenericColorizerItemCollection(Of ColorizerColorItem)

Property Value

TypeDescription
GenericColorizerItemCollection<ColorizerColorItem>

A GenericColorizerItemCollection<T> containing ColorizerColorItem objects.

|

See Also

GraphColorizer Class

GraphColorizer Members

DevExpress.XtraMap Namespace