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

Gets the number of TcxSchedulerControlEvent objects in the collection represented by the VisibleEvents property.

#Declaration

Delphi
property VisibleEventCount: Integer read;

#Property Value

Type
Integer

#Remarks

Use the VisibleEventCount property to get the number of TcxSchedulerControlEvent objects.

See Also