Skip to main content

TcxSchedulerYearViewStyles.OnGetMonthHeaderStyle Event

Fires every time a month header is rendered.

Declaration

property OnGetMonthHeaderStyle: TcxSchedulerYearViewGetMonthHeaderStyleEvent read; write;

Remarks

Implement the OnGetMonthHeaderStyle event handler to provide custom style settings for the AMonth month header.

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 AStyle parameter represents the styles that will be applied to the AMonth month header.

See Also