Skip to main content

TcxCustomScheduler.VisibleEvents Property

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

Declaration

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