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

    Gets a Win10Palette’s theme name.

    Namespace: DevExpress.Xpf.Core

    Assembly: DevExpress.Xpf.Core.v26.1.dll

    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