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

PredefinedPaletteCollections.Collections Property

Gets the collection of the predefined palettes collections.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public static ReadOnlyCollection<PaletteCollection> Collections { get; }

Property Value

Type Description
ReadOnlyCollection<PaletteCollection>

A read-only collection of the PaletteCollection objects that represent the predefined palette collections.

Remarks

To get individual palette collections, you can also use the corresponding static properties. For instance, the static PredefinedPaletteCollections.Office property returns the Office palette collection.

See Also