TcxCustomDateNavigator.EventDays Property
Represents a collection of dates containing user events.
Declaration
property EventDays: TcxSchedulerDateList read;
Property Value
Type |
---|
TcxSchedulerDateList |
Remarks
The EventDays collection contains the days in the months that are visible in the Date Navigator control, and in addition the days in the two months either side of the displayed range (the month before the first visible month and the month after the last visible month).
Use the EventDays property to determine which dates contain user events.
See Also