Skip to main content

TcxLookAndFeelController Class

A deprecated component designed to manage look & feel settings for all DevExpress controls in an application.

Tip

Use the TdxSkinController component or Project Settings instead.

Declaration

TcxLookAndFeelController = class(
    TcxCustomLookAndFeelController
)

Remarks

Important

The TcxLookAndFeelController component ships with DevExpress VCL products for backward compatibility only.

DevExpress neither implements new features nor fixes bugs in deprecated products.

We recommend that you replace TcxLookAndFeelController with a TdxSkinController component if you need to switch between skins and palettes at runtime. You can also use the Project Settings dialog to configure project skin, palette, and other look-and-feel settings at design time.

See Also