Back to Devexpress

ColorPalette.Colors Property

wpf-devexpress-dot-xpf-dot-editors-dot-colorpalette.md

latest1.2 KB
Original Source

ColorPalette.Colors Property

Gets the colors displayed within the palette.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public IList<Color> Colors { get; }
vb
Public ReadOnly Property Colors As IList(Of Color)

Property Value

TypeDescription
IList<Color>

The list of Color objects.

|

Remarks

The Colors property is initialized within the ColorPalette constructor.

See Also

ColorPalette Class

ColorPalette Members

DevExpress.Xpf.Editors Namespace