Skip to main content

UserLookAndFeel.Default Property

Gets the Default LookAndFeel object to use for controls when the UserLookAndFeel.UseDefaultLookAndFeel property is set to true.

Namespace: DevExpress.LookAndFeel

Assembly: DevExpress.Utils.v23.1.dll

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

Declaration

public static UserLookAndFeel Default { get; }

Property Value

Type Description
UserLookAndFeel

The Default LookAndFeel object.

Remarks

A Default LookAndFeel object applies when the UserLookAndFeel.UseDefaultLookAndFeel property is set to true and the UserLookAndFeel.ParentLookAndFeel property is set to null.

We do not recommend that you manually change controls’ LookAndFeel settings. To select an active skin, use the Project Settings Page instead.

See Also