Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomScheduler.EventOperations Property

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

#Declaration

Delphi
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