Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxLookAndFeelController Class

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

#Declaration

Delphi
TcxLookAndFeelController = class(
    TcxCustomLookAndFeelController
)

#Remarks

Warning

A look & feel controller is a deprecated non-visual component that manages general look & feel settings for all DevExpress controls at design time. Use the TdxSkinController component (a TcxLookAndFeelController descendant) instead to apply a skin to an entire application, including all forms.

See Also