PredefinedPaletteCollections.Collections Property
Gets the collection of the predefined palettes collections.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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