SkinManager.ResetSkin(SkinStyle) Method
Call this method to undo all patches applied to the target skin.
Namespace: DevExpress.Skins
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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