CustomPalette.ColorsSerializable Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
[Browsable(false)]
public ColorCollection ColorsSerializable { get; set; }
#Property Value
Type | Description |
---|---|
Color |
A Color |
#Remarks
This property is hidden and intended for internal use only. Normally you don’t need to use it.
See Also