Skip to main content

CreateEx(TdxReportCell,TcxFirstWeekOfYear,Word,Word,Boolean,Boolean) Constructor

Initializes a new instance of the TcxSchedulerReportDateNavigatorCell class with specified settings.

Declaration

constructor CreateEx(AParent: TdxReportCell; AFirstWeekOfYear: TcxFirstWeekOfYear; AYear: Word; AMonth: Word; AShowDatesContainingEventsInBold: Boolean; AShowWeekNumbers: Boolean); virtual;

Parameters

Name Type
AParent TdxReportCell
AFirstWeekOfYear TcxFirstWeekOfYear
AYear Word
AMonth Word
AShowDatesContainingEventsInBold Boolean
AShowWeekNumbers Boolean
See Also