Skip to main content
All docs
V25.1
  • SkinManager.ResetSkin(SkinStyle) Method

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

    Namespace: DevExpress.Skins

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