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.VisibleEvents Property

Provides indexed access to the TcxSchedulerControlEvent user events contained in the dates currently available in the Date Navigator.

#Declaration

Delphi
property VisibleEvents[AIndex: Integer]: TcxSchedulerControlEvent read;

#Property Value

Type
TcxSchedulerControlEvent

#Remarks

The VisibleEvents collection contains the days in the months that are currently visible in the Date Navigator, and 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 VisibleEvents property to get the TcxSchedulerControlEvent object at the position specified by the zero-based AIndex parameter.

See Also