Skip to main content
A newer version of this page is available. .
All docs
V22.1

SkinManager.ResetSkin(SkinStyle) Method

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

Namespace: DevExpress.Skins

Assembly: DevExpress.Utils.v22.1.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