TcxSchedulerDateNavigatorMonthContentViewInfo.Days Property
Provides indexed access to the TcxSchedulerDateNavigatorDayNumberViewInfo object which contains view details for the dates shown in the Date Navigator.
Declaration
property Days[Index: Byte]: TcxSchedulerDateNavigatorDayNumberViewInfo read;
Property Value
Type |
---|
TcxSchedulerDateNavigatorDayNumberViewInfo |
Remarks
The information stored is used in the TcxSchedulerDateNavigator.OnCustomDrawDayNumber or TcxCustomDateNavigator.OnCustomDrawDayNumber event handlers to custom paint the dates in the Date Navigator.
Use the Days property to get the TcxSchedulerDateNavigatorDayNumberViewInfo instance at the position specified by the zero-based Index parameter.
See Also