Skip to main content

UserLookAndFeel.ResetParentLookAndFeel() Method

Sets the UserLookAndFeel.ParentLookAndFeel property to its default value.

Namespace: DevExpress.LookAndFeel

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public virtual void ResetParentLookAndFeel()

Remarks

The ResetParentLookAndFeel method sets the UserLookAndFeel.ParentLookAndFeel property to a null reference. As a result, the parent LookAndFeel is not assigned.

See Also