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.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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.
Related GitHub Examples
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.