Back to Devexpress

UseSchedulerColorInDialogs Variable

vcl-cxschedulerdialogs-d1a3f1fd.md

latest1.1 KB
Original Source

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

cxSchedulerDialogs.cxShowRecurrenceEditor

cxSchedulerDialogs.cxShowResourcesLayoutEditor

TcxCustomScheduler.CreateEventUsingDialog

cxSchedulerDialogs Unit