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

TcxLookAndFeelController Class

A component that manages look & feel settings for all DevExpress controls in an application.

Declaration

TcxLookAndFeelController = class(
    TcxCustomComponent,
    IcxLookAndFeelNotificationListener
)

Remarks

The look & feel controller is a non-visual component that allows you to customize global look & feel settings at design time. All look & feel settings arrange into at least three levels of hierarchy to determine the appearance of all DevExpress controls in an application:

The TcxLookAndFeelController class has the following members that allow you to:

Note

Use the TdxSkinController component instead of TcxLookAndFeelController if you need to apply a skin to an entire application, including forms.

Inheritance

See Also