Skip to main content
All docs
V23.2

WindowsFormsSettings.RegisterUserSkins(Assembly) Method

Registers all skins from the target assembly, allowing you and your users to apply them. This method replaces the previously used SkinManager.Default.RegisterAssembly method that did not affect splash screens and required that you call the additional SplashScreenManager.RegisterUserSkins(Assembly) method.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public static void RegisterUserSkins(
    Assembly assembly
)

Parameters

Name Type Description
assembly Assembly

Custom skin storage.

Remarks

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

See Also