Skip to main content
A newer version of this page is available. .

SkinManager.RegisterSkin(SkinCreator) Method

Registers the specified skin stored as a BLOB for runtime use.

Namespace: DevExpress.Skins

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public void RegisterSkin(
    SkinCreator creator
)

Parameters

Name Type Description
creator DevExpress.Skins.SkinCreator

An object that provides information on the target BLOB skin.

Remarks

See the BLOB Skins topic to learn how to register skins stored as BLOBs.

See Also