Skip to main content
All docs
V23.2

LightweightThemeManager.RegisterThemeAssembly(LightweightThemeAssembly) Method

Registers the specified assembly in the LightweightThemeManager.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static void RegisterThemeAssembly(
    LightweightThemeAssembly assembly
)

Parameters

Name Type Description
assembly LightweightThemeAssembly

The lightweight theme assembly.

See Also