Skip to main content

PaletteListBase.Item[String] Property

Provides access to individual palettes in the list by their names.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

public virtual Palette this[string name] { get; protected set; }

#Parameters

Name Type Description
name String

A String value specifying the name of the palette to get.

#Property Value

Type Description
Palette

A Palette object which represents the palette with the specified name.

#Remarks

This property is intended for internal use only and should be overridden in descendants of the PaletteListBase class.

See Also