Skip to main content
A newer version of this page is available. .

ThemePalette.GetColorNames() Method

Returns the palette’s color names list.

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public IEnumerable<string> GetColorNames()

Returns

Type Description
IEnumerable<String>

Palette color names list in the palette.

See Also