Skip to main content

SkinManager.RegisterSkinAssembly(Assembly) Method

OBSOLETE

You should use the RegisterAssembly method instead of that

Registers the specified assembly that contains custom skins.

Namespace: DevExpress.Skins

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[Obsolete("You should use the RegisterAssembly method instead of that")]
public bool RegisterSkinAssembly(
    Assembly assembly
)

Parameters

Name Type Description
assembly Assembly

An assembly that should be registered.

Returns

Type Description
Boolean

true, if the assembly is successfully registered; othrewise, false.

Remarks

See the Export and Apply Custom Skins topic to learn how to register a custom assembly.

See Also