UserLookAndFeel.ResetParentLookAndFeel() Method
Sets the UserLookAndFeel.ParentLookAndFeel property to its default value.
Namespace: DevExpress.LookAndFeel
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Remarks
The ResetParentLookAndFeel method sets the UserLookAndFeel.ParentLookAndFeel property to a null reference. As a result, the parent LookAndFeel is not assigned.
See Also