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

TdxCustomRibbon.ColorSchemeHandlers Property

A list of registered event handlers that update paint styles of associated controls when the Ribbon changes its color scheme.

#Declaration

Delphi
property ColorSchemeHandlers: TcxEventHandlerCollection read;

#Property Value

Type
TcxEventHandlerCollection

#Remarks

In this context, the Ribbon is an event source and TdxEventHandlerCollection stores event handlers that will synchronize paint styles of outer controls with the Ribbon.

See Also