TcxSchedulerControlEvent.Source Property
In This Article
Represents the TcxSchedulerEvent or TcxSchedulerControlEvent object (if the current object is the TcxSchedulerControlEvent‘s clone).
#Declaration
Delphi
property Source: TcxSchedulerEvent read;
#Property Value
Type |
---|
Tcx |
#Remarks
Use this property to access the parent user event (a TcxSchedulerEvent or TcxSchedulerAggregateStorageEvent object).
See Also