TcxSchedulerEventConflictsInfo.Event Property
In This Article
Provides access to the user event that relates to the current TcxSchedulerEventConflictsInfo instance.
#Declaration
Delphi
property Event: TcxSchedulerEvent read;
#Property Value
Type |
---|
Tcx |
#Remarks
Use this property to access the TcxSchedulerEvent object which the current TcxSchedulerEventConflictsInfo instance is associated with.
Note
the Event property returns nil if the Tcx
See Also