SkinManager.ResetSkin(SkinStyle) Method
In This Article
Call this method to undo all patches applied to the target skin.
Namespace: DevExpress.Skins
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
skin |
DevExpress. |
A skin whose patches should be discarded. |
#Remarks
See this article for more information: Skin Patches.
See Also