Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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