Skip to main content

PredefinedColorCollections.Standard Property

Gets the collection of standard colors.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static ColorCollection Standard { get; }

Property Value

Type Description
ColorCollection

A collection of Color objects that represent the standard colors.

Remarks

ColorEdit_ColorPalettes_Standard

See Also