TcxSchedulerEventPopupMenu.Event Property
Represents the in-memory user event object in the scheduler control that the popup menu is currently invoked for.
Declaration
property Event: TcxSchedulerControlEvent read;
Property Value
Type |
---|
TcxSchedulerControlEvent |
Remarks
Use the Event property to access the user event that the popup menu was invoked for.
Note
if more than one user event is selected the Event property returns nil.
See Also