Skip to main content

TcxSchedulerYearViewStyles.OnGetUnusedContentStyle Event

Fires every time the adjacent month’s cell is rendered.

Declaration

property OnGetUnusedContentStyle: TcxSchedulerYearViewGetUnusedContentStyleEvent read; write;

Remarks

Implement the OnGetUnusedContentStyle event handler to provide custom style settings for the adjacent month’s cell.

The Sender parameter specifies the scheduler control.

The AYear parameter specifies the year in four digits.

The AMonth parameter specifies the one-based month’s index.

The ADayOfWeek parameter specifies the day in a week (the one-based index).

The AStyle parameter represents the styles that will be applied to the adjacent month’s cell.

See Also