Back to Devexpress

ColorCollection Class

wpf-devexpress-dot-xpf-dot-treemap-d1fb3fcd.md

latest1.6 KB
Original Source

ColorCollection Class

Represents the collection of Color objects.

Namespace : DevExpress.Xpf.TreeMap

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

NuGet Package : DevExpress.Wpf.TreeMap

Declaration

csharp
public class ColorCollection :
    ObservableCollection<Color>,
    IFormattable
vb
Public Class ColorCollection
    Inherits ObservableCollection(Of Color)
    Implements IFormattable

The following members return ColorCollection objects:

Remarks

This class is used in the CustomPalette.Colors property.

Inheritance

Object Collection<Color> ObservableCollection<Color> ColorCollection

See Also

ColorCollection Members

DevExpress.Xpf.TreeMap Namespace