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

UseSchedulerColorInDialogs Variable

Specifies whether the scheduler control’s color scheme is applied to the background color of the Event, Event recurrence, Go To Date and Resources layout editor dialogs.

#Declaration

Delphi
var UseSchedulerColorInDialogs: Boolean = True;

#Variable Value

Type
Boolean

#Remarks

If the value of the UseSchedulerColorInDialogs constant is set to True the background color of these dialogs is defined by the scheduler control’s color scheme. Otherwise the host environment’s color scheme is applied to the background color of dialogs.

See Also