Skip to main content

ColorPalette.Colors Property

Gets the colors displayed within the palette.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public IList<Color> Colors { get; }

Property Value

Type Description
IList<Color>

The list of Color objects.

Remarks

The Colors property is initialized within the ColorPalette constructor.

See Also