TcxCustomScheduler.SelectedEventCount Property
In This Article
Gets the number of TcxSchedulerControlEvent objects in the SelectedEvents collection.
#Declaration
Delphi
property SelectedEventCount: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
Use the SelectedEventCount to get the number of selected user events.
See Also