Back to Devexpress

PaletteListBase Properties

corelibraries-devexpress-dot-xtracharts-dot-palettelistbase-dot-underscore-properties.md

latest3.8 KB
Original Source

PaletteListBase Properties

Represents the base class for the palette repository.

NameDescription
CapacityGets or sets the capacity of a SortedList object. Inherited from SortedList.
CountGets the number of elements contained in a SortedList object. Inherited from SortedList.
IsFixedSizeGets a value indicating whether a SortedList object has a fixed size. Inherited from SortedList.
IsReadOnlyGets a value indicating whether a SortedList object is read-only. Inherited from SortedList.
IsSynchronizedGets a value indicating whether access to a SortedList object is synchronized (thread safe). Inherited from SortedList.
Item[Object]Gets or sets the value associated with a specific key in a SortedList object. Inherited from SortedList.
Item[String]Provides access to individual palettes in the list by their names.
KeysGets the keys in a SortedList object. Inherited from SortedList.
SyncRootGets an object that can be used to synchronize access to a SortedList object. Inherited from SortedList.
ValuesGets the values in a SortedList object. Inherited from SortedList.

See Also

PaletteListBase Class

PaletteListBase Members

DevExpress.XtraCharts Namespace