windowsforms-devexpress-dot-lookandfeel.md
Provides centralized access to global look-and-feel settings that affect all DevExpress controls in your application.
Namespace : DevExpress.LookAndFeel
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
public class DefaultLookAndFeel :
Component
Public Class DefaultLookAndFeel
Inherits Component
Do one of the following to customize the global look-and-feel settings for all DevExpress Windows Forms controls in your application:
DefaultLookAndFeel component onto the main form and modify the DefaultLookAndFeel.LookAndFeel object’s settings. Use the static UserLookAndFeel.Default property to access these settings in code.You can override the look-and-feel settings for certain controls, and for controls within individual forms/user controls. See Look And Feel and Skinning to learn more.
Object MarshalByRefObject Component DefaultLookAndFeel
See Also