Back to Devexpress

PredefinedPaletteCollections.Office Property

wpf-devexpress-dot-xpf-dot-editors-dot-predefinedpalettecollections-763305d3.md

latest1.4 KB
Original Source

PredefinedPaletteCollections.Office Property

Gets the Office palette collection.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static PaletteCollection Office { get; }
vb
Public Shared ReadOnly Property Office As PaletteCollection

Property Value

TypeDescription
PaletteCollection

A collection of ColorPalette objects that represent the Office palettes.

|

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

PredefinedPaletteCollections Class

PredefinedPaletteCollections Members

DevExpress.Xpf.Editors Namespace