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

TcxCustomSchedulerStorage.IsEventSharingAllowed Method

Identifies if the persistence manager can share an event between resources.

#Declaration

Delphi
function IsEventSharingAllowed: Boolean; virtual;

#Returns

Type
Boolean

#Remarks

This function always returns True, since the base persistence manager functionality assumes that it is possible to synchronize event data between the stored resources. The TcxSchedulerWebServiceStorage class provides its own implementation of the IsEventSharingAllowed function that returns False, because it is impossible to synchronize all the event data between different web service storage resources.

The Scheduler control calls the IsEventSharingAllowed function internally to identify whether to allow or forbid event state mirroring between resources that the scheduling area displays.

See Also