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

IcxLookAndFeelNotificationListener Interface

Exposes methods that notify a control with support for look & feel settings.

#Declaration

Delphi
IcxLookAndFeelNotificationListener = interface(IInterface)

#Remarks

Every DevExpress control can export its look & feel to other DevExpress controls. The MasterLookAndFeel property of the TcxLookAndFeel class determines the imported look & feel of any DevExpress control. Any control, which imports the look & feel of the current control, is a listener. It listens to changes within the current control through the IcxLookAndFeelNotificationListener interface. Note that a control only listens to its MasterLookAndFeel property when its AssignedValues of the TcxLookAndFeel class property is not set.

The IcxLookAndFeelNotificationListener interface listens for two events:

Listener controls reflect all changes within the current control. If an imported TcxLookAndFeel class instance is destroyed, a listener control obtains its look & feel from the cxDefaultLookAndFeelKind, and cxDefaultLookAndFeelNativeStyle global constants.

#Inheritance

IInterface
IcxLookAndFeelNotificationListener
See Also