Back to Devexpress

PredefinedPaletteCollections.Collections Property

wpf-devexpress-dot-xpf-dot-editors-dot-predefinedpalettecollections-e09926ea.md

latest1.7 KB
Original Source

PredefinedPaletteCollections.Collections Property

Gets the collection of the predefined palettes collections.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static ReadOnlyCollection<PaletteCollection> Collections { get; }
vb
Public Shared ReadOnly Property Collections As ReadOnlyCollection(Of PaletteCollection)

Property Value

TypeDescription
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

PredefinedPaletteCollections Class

PredefinedPaletteCollections Members

DevExpress.Xpf.Editors Namespace