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

TdxSkinController Class

A component that implements a convenient way to apply skins to an entire application built with DevExpress controls.

Declaration

TdxSkinController = class(
    TcxLookAndFeelController
)

Remarks

The TcxLookAndFeelController and TdxSkinController components are designed to customize root look & feel settings common to all DevExpress controls (TcxCustomControl and TdxVCLControl descendants). The skin controller can apply skins both to forms and DevExpress controls.

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

See Also