Back to Devexpress

CustomPalette.ColorsSerializable Property

wpf-devexpress-dot-xpf-dot-charts-dot-custompalette-1c2c5c7a.md

latest1.3 KB
Original Source

CustomPalette.ColorsSerializable Property

Gets or sets the collection of a CustomPalette’s colors to support serialization of the custom palette type.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[Browsable(false)]
public ColorCollection ColorsSerializable { get; set; }
vb
<Browsable(False)>
Public Property ColorsSerializable As ColorCollection

Property Value

TypeDescription
ColorCollection

A ColorCollection object.

|

Remarks

This property is hidden and intended for internal use only. Normally you don’t need to use it.

See Also

CustomPalette Class

CustomPalette Members

DevExpress.Xpf.Charts Namespace