ChartRangeControlClientBase.PredefinedPalettes Property
Gets the collection of predefined palettes.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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