Skip to main content
All docs
V25.2
  • LightweightThemeManager.RegisterTheme(LightweightTheme) Method

    Registers the specified theme in the LightweightThemeManager.

    Namespace: DevExpress.Xpf.Core

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

    Declaration

    public static void RegisterTheme(
        LightweightTheme theme
    )

    Parameters

    Name Type Description
    theme LightweightTheme

    The lightweight theme.

    Remarks

    Use the RegisterTheme method to register a newly created theme. You can apply only registered themes to your WPF application.

    See Also