TcxSchedulerStyles.OnGetDayHeaderStyle Event
Fires before the ADate day’s header is drawn when the styles information about the ADate day’s header is being updated.
Declaration
property OnGetDayHeaderStyle: TcxSchedulerOnGetDayHeaderStyleEvent read; write;
Remarks
Implement the OnGetDayHeaderStyle event handler to provide custom style settings for the ADate day’s header.
The Sender parameter specifies the scheduler control.
The AStyle parameter represents the styles that will be applied to the ADate day’s header.
See the example in the Styles topic.
See Also