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

UserLookAndFeel.Reset() Method

Reverts the look and feel settings to their default values.

Namespace: DevExpress.LookAndFeel

Assembly: DevExpress.Utils.v21.2.dll

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

Declaration

public virtual void Reset()

Remarks

The Reset method restores the default values to all the properties of the current look and feel object.

See Also