Skip to main content

TcxCustomScheduler.SelectedEventCount Property

Gets the number of TcxSchedulerControlEvent objects in the SelectedEvents collection.

Declaration

property SelectedEventCount: Integer read;

Property Value

Type
Integer

Remarks

Use the SelectedEventCount to get the number of selected user events.

See Also