Back to Devexpress

TcxCustomScheduler.SelectedEventCount Property

vcl-cxschedulercustomcontrols-dot-tcxcustomscheduler-6305d742.md

latest1.3 KB
Original Source

TcxCustomScheduler.SelectedEventCount Property

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

TcxCustomScheduler.SelectedEvents

TcxCustomScheduler.SelectEvent

TcxCustomScheduler.UnselectEvents

TcxSchedulerControlEvent.Selected

TcxCustomScheduler Class

TcxCustomScheduler Members

cxSchedulerCustomControls Unit