PredefinedPaletteCollections.Collections Property
In This Article
Gets the collection of the predefined palettes collections.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static ReadOnlyCollection<PaletteCollection> Collections { get; }
#Property Value
Type | Description |
---|---|
Read |
A read-only collection of the Palette |
#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