TcxSchedulerStyles.OnGetContentStyle Event
Fires before the ADateTime time block is drawn when the styles information about this time block is being updated.
Declaration
property OnGetContentStyle: TcxSchedulerOnGetContentStyleEvent read; write;
Remarks
A number of time blocks compose the scheduling area‘s content. Implement the OnGetContentStyle event handler to provide custom style settings for the ADateTime time block.
The Sender parameter specifies the scheduler control.
The AResource parameter specifies the resource the ADateTime time block is defined for.
The AStyle parameter represents the styles that will be applied to the ADateTime time block.
See the example in the Styles topic.
See Also