UserLookAndFeel.ActiveLookAndFeel Property
Gets the actual UserLookAndFeel object currently applied.
Namespace: DevExpress.LookAndFeel
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[Browsable(false)]
public virtual UserLookAndFeel ActiveLookAndFeel { get; }
#Property Value
Type | Description |
---|---|
User |
A User |
#Remarks
The currently applied look and feel is determined according to the values of the UserLookAndFeel.UseDefaultLookAndFeel and UserLookAndFeel.ParentLookAndFeel properties.
Property values | Description |
---|---|
User User | Look and feel settings are controlled by a parent Look Active Specifying a parent Look |
User User | The current look and feel settings are controlled by a static Default Look |
User | Look and feel settings are controlled by the current User Changing properties of the Default Look |
#Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the ActiveLookAndFeel 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.