Skip to main content
A newer version of this page is available. .

UserLookAndFeel.ResetParentLookAndFeel() Method

Sets the UserLookAndFeel.ParentLookAndFeel property to its default value.

Namespace: DevExpress.LookAndFeel

Assembly: DevExpress.Utils.v19.1.dll

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