Skip to main content
All docs
V23.2

SkinManager.ResetSkin(SkinStyle) Method

Call this method to undo all patches applied to the target skin.

Namespace: DevExpress.Skins

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public void ResetSkin(
    SkinStyle skinStyle
)

Parameters

Name Type Description
skinStyle DevExpress.LookAndFeel.SkinStyle

A skin whose patches should be discarded.

Remarks

See this article for more information: Skin Patches.

See Also