Skip to main content
All docs
V25.1
  • LightweightThemeAssembly(String, Func<Assembly>) Constructor

    Initializes a new instance of the LightweightThemeAssembly class with specified settings.

    Namespace: DevExpress.Xpf.Core

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public LightweightThemeAssembly(
        string name,
        Func<Assembly> getAssembly
    )

    Parameters

    Name Type Description
    name String

    The assembly name.

    getAssembly Func<Assembly>

    The method that returns an assembly.

    See Also