Skip to main content
A newer version of this page is available. .
All docs
V23.1

LightweightThemeManager.GetThemeAssembly(String) Method

Returns a lightweight theme assembly by its Name.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static LightweightThemeAssembly GetThemeAssembly(
    string name
)

Parameters

Name Type Description
name String

The assembly name.

Returns

Type Description
LightweightThemeAssembly

The lightweight theme assembly.

See Also