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

TcxSchedulerEventOperations Class

Stores end-user permission settings applied to operations on user events.

#Declaration

Delphi
TcxSchedulerEventOperations = class(
    TPersistent
)

#Remarks

This class implements the scheduler control’s end-user permission settings. You can protect all user events within the scheduling area from any accidental changes by enabling read-only mode via the ReadOnly property.

Alternatively, you can forbid or allow end-users to perform specific operations on events by using the corresponding properties listed below. These settings have no effect in read-only mode, and all permission-related properties, except for DialogShowing, return False regardless of their underlying field values while the ReadOnly property is True.

The TcxSchedulerEventOperations class provides the following members that allow you to forbid or allow end-users to perform the following operations:

The scheduler’s EventOperations property references a TcxSchedulerEventOperations object.

#Inheritance

TObject
TPersistent
TcxSchedulerEventOperations
See Also