Skip to main content
All docs
V25.1
  • Win10Palette.GetCurrentThemeName() Method

    Gets a Win10Palette’s theme name.

    Namespace: DevExpress.Xpf.Core

    Assembly: DevExpress.Xpf.Core.v25.1.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