Back to Devexpress

UserLookAndFeel.ResetParentLookAndFeel() Method

windowsforms-devexpress-dot-lookandfeel-dot-userlookandfeel-287b3405.md

latest1.4 KB
Original Source

UserLookAndFeel.ResetParentLookAndFeel() Method

Sets the UserLookAndFeel.ParentLookAndFeel property to its default value.

Namespace : DevExpress.LookAndFeel

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public virtual void ResetParentLookAndFeel()
vb
Public Overridable Sub 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

ParentLookAndFeel

UserLookAndFeel Class

UserLookAndFeel Members

DevExpress.LookAndFeel Namespace