Skip to main content
All docs
V23.2

Win10Palette.GetCurrentThemeName() Method

Gets a Win10Palette’s theme name.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public string GetCurrentThemeName()

Returns

Type Description
String

The Win10Palette theme name.

Remarks

You can use the method to get a Win10Palette’s theme name and then re-apply the theme in code.

See Also