TcxCustomScheduler.VisibleEventCount Property
In This Article
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