Skip to main content

SkinManager.GetSkin(Object, String) Method

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

Namespace: DevExpress.Skins

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public Skin GetSkin(
    object productId,
    string skinName
)

Parameters

Name Type
productId Object
skinName String

Returns

Type
DevExpress.Skins.Skin
See Also