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

UserLookAndFeel.SetDefaultStyle() Method

Applies the default look and feel settings to a control.

Namespace: DevExpress.LookAndFeel

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public void SetDefaultStyle()

Remarks

This method sets the UserLookAndFeel.Style to the LookAndFeelStyle.Flat value, the UserLookAndFeel.UseWindowsXPTheme and UserLookAndFeel.UseDefaultLookAndFeel properties to true and, the UserLookAndFeel.SkinName property to the ‘Caramel’ value.

See Also