TcxCustomSchedulerStorage.IsEventSharingAllowed Method
Identifies if the persistence manager can share an event between resources.
Declaration
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