Skip to main content

TcxSchedulerStyles.OnGetEventStyle Event

Fires before the AEvent user event in the scheduling area is drawn when the styles information about this user event is being updated.

Declaration

property OnGetEventStyle: TcxSchedulerOnGetEventStyleEvent read; write;

Remarks

Implement the OnGetEventStyle event handler to provide custom style settings for the AEvent user event.

The Sender parameter specifies the scheduler control.

The AStyle parameter represents the styles that will be applied to the AEvent user event.

See the example in the Styles topic.

See Also