ColorPalette.Colors Property
Gets the colors displayed within the palette.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.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