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

TcxSchedulerWebServiceStorageResourceItem.CanModify Method

Identifies if the web service storage resource’s content is editable.

#Declaration

Delphi
function CanModify: Boolean; override;

#Returns

Type
Boolean

#Remarks

This function returns True if all of the following conditions are met:

  • The resource has a valid event data provider (that is, the Provider property is not nil);

  • The event data provider connects the resource to an online calendar (the Provider.Connected property is set to True);

  • The ReadOnly property is set to False.

Otherwise, the CanModify function returns False.

Note

The Scheduler control calls the CanModify function internally to identify whether the resource is editable.

See Also