Skip to main content

TcxSchedulerCustomView.DragCloneEventList Property

Obtains a collection of TcxSchedulerControlEvent clones that exist while an end-user drags user events within the scheduler control.

Declaration

property DragCloneEventList: TcxSchedulerFilteredEventList read;

Property Value

Type
TcxSchedulerFilteredEventList

Remarks

You can use this property, for example, in the scheduler’s OnAfterDragEvent and OnDragOver event handlers.

See Also