Skip to main content

TcxSchedulerControlEvent.Source Property

Represents the TcxSchedulerEvent or TcxSchedulerControlEvent object (if the current object is the TcxSchedulerControlEvent‘s clone).

Declaration

property Source: TcxSchedulerEvent read;

Property Value

Type
TcxSchedulerEvent

Remarks

Use this property to access the parent user event (a TcxSchedulerEvent or TcxSchedulerAggregateStorageEvent object).

See Also