TcxLookAndFeelController Class
A deprecated component that manages look & feel settings for all DevExpress controls in an application.
Declaration
TcxLookAndFeelController = class(
TcxCustomComponent,
IcxLookAndFeelNotificationListener
)
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.
Implements
Inheritance
TObject
TPersistent
TComponent
TcxCustomComponent
TcxLookAndFeelController
See Also