Skip to main content
A newer version of this page is available. .

ChartRangeControlClientBase.PredefinedPalettes Property

Gets the collection of predefined palettes.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public static IEnumerable<string> PredefinedPalettes { get; }

Property Value

Type Description
IEnumerable<String>

A collection of String objects.

Remarks

Use the PredefinedPalettes property to access the collection of chart range control client’s predefined palettes.

To define a palette for painting the chart range control client, use the ChartRangeControlClientBase.PaletteName property.

See Also