ColorPalette.Colors Property
In This Article
Gets the colors displayed within the palette.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Description |
---|---|
IList<Color> | The list of Color objects. |
#Remarks
The Colors property is initialized within the ColorPalette constructor.
See Also