Back to Devexpress

PaletteListBase.Item[String] Property

corelibraries-devexpress-dot-xtracharts-dot-palettelistbase-dot-item-x28-system-dot-string-x29.md

latest1.6 KB
Original Source

PaletteListBase.Item[String] Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public virtual Palette this[string name] { get; protected set; }
vb
Public Overridable Property Item(name As String) As Palette

Parameters

NameTypeDescription
nameString

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

|

Property Value

TypeDescription
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

PaletteListBase Class

PaletteListBase Members

DevExpress.XtraCharts Namespace