Skip to main content

TcxCustomScheduler.EventOperations Property

Specifies the operations an end-user can perform on user events.

Declaration

property EventOperations: TcxSchedulerEventOperations read; write;

Property Value

Type
TcxSchedulerEventOperations

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