Skip to main content
All docs
V25.2
  • LightweightThemeManager.RegisterThemeAssembly(LightweightThemeAssembly) Method

    Registers the specified assembly in the LightweightThemeManager.

    Namespace: DevExpress.Xpf.Core

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

    Declaration

    public static void RegisterThemeAssembly(
        LightweightThemeAssembly assembly
    )

    Parameters

    Name Type Description
    assembly LightweightThemeAssembly

    The lightweight theme assembly.

    See Also