PredefinedPaletteCollections.Office Property
In This Article
Gets the Office palette collection.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static PaletteCollection Office { get; }
#Property Value
Type | Description |
---|---|
Palette |
A collection of Color |
#Remarks
The static Office property returns a collection that contains three palettes: an Office colors palette (1), an Office gradient colors palette (2), and the standard colors palette (3):
See Also