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

SkinManager.GetSkin(SkinProductId, ISkinProvider) Method

This method supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.Skins

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public Skin GetSkin(
    SkinProductId productId,
    ISkinProvider provider
)

Parameters

Name Type
productId DevExpress.Skins.SkinProductId
provider DevExpress.Skins.ISkinProvider

Returns

Type
DevExpress.Skins.Skin
See Also