Skip to main content
A newer version of this page is available. .

GraphColorizer.ColorItems Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

public GenericColorizerItemCollection<ColorizerColorItem> ColorItems { get; }

Property Value

Type Description
GenericColorizerItemCollection<ColorizerColorItem>

A GenericColorizerItemCollection<T> containing ColorizerColorItem objects.

See Also