TcxCustomScheduler.EventOperations Property
In This Article
Specifies the operations an end-user can perform on user events.
#Declaration
Delphi
property EventOperations: TcxSchedulerEventOperations read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
These settings define whether an end-user can create, delete, drag or resize user events, whether an end-user can make user events recurring or use the in-place editor or Event dialog to create/edit user events.
Use the EventOperations property to access a TcxSchedulerEventOperations object.
See Also