Skip to main content
A newer version of this page is available. .
All docs
V21.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.v21.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Win.Design, 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