TcxCustomScheduler.VisibleEventCount Property
Gets the number of TcxSchedulerControlEvent objects in the collection represented by the VisibleEvents property.
Declaration
property VisibleEventCount: Integer read;
Property Value
| Type |
|---|
| Integer |
Remarks
Use the VisibleEventCount property to get the number of TcxSchedulerControlEvent objects.
See Also