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

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.v19.1.dll

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Default property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also