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

ColorCollection Class

Represents the collection of Color objects.

Namespace: DevExpress.Xpf.TreeMap

Assembly: DevExpress.Xpf.TreeMap.v21.2.dll

NuGet Package: DevExpress.Wpf.TreeMap

Declaration

public class ColorCollection :
    ObservableCollection<Color>,
    IFormattable

The following members return ColorCollection objects:

Remarks

This class is used in the CustomPalette.Colors property.

Inheritance

See Also