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 Members

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

#Constructors

Name Description
Create(TcxCustomScheduler) Initializes a new instance of the TcxSchedulerEventOperations class with specified settings.

#Properties

Name Description
Creating Specifies if an end-user can create new user events.
Deleting Specifies if an end-user can delete user events.
DialogEditing Specifies if an end-user can edit an existing user event via the “Event” dialog.
DialogShowing Specifies if an end-user can invoke the “Event” dialog.
InplaceEditing Specifies if an end-user can invoke an event‘s in-place editor.
Intersection Specifies if an end-user can schedule concurrent events.
Moving Specifies if an end-user can drag-and-drop an event to change both its start and end times.
MovingBetweenResources Specifies if an end-user can drag-and-drop an event between resources.
ReadOnly Specifies if read-only mode is enabled.
Recurrence Specifies if an end-user can invoke the “Event Recurrence” dialog.
SharingBetweenResources Specifies if an end-user can share an event between resources.
Sizing Specifies if an end-user can drag-and-drop event time borders to change the event‘s duration and/or its start or end times.

#Methods
Show Inherited Hide Inherited

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
ToString Inherited from TObject.
See Also