Back to Devexpress

TcxCustomScheduler.EventDays Property

vcl-cxschedulercustomcontrols-dot-tcxcustomscheduler-27424d49.md

latest1.2 KB
Original Source

TcxCustomScheduler.EventDays Property

Represents a collection of dates containing user events.

Declaration

delphi
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, 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

TcxCustomScheduler.VisibleEvents

TcxSchedulerDateNavigator.ShowDatesContainingEventsInBold

TcxCustomScheduler Class

TcxCustomScheduler Members

cxSchedulerCustomControls Unit