TcxSchedulerStorageResourceItem.CanModify Method
Identifies if the scheduler resource’s content is ediable.
Declaration
function CanModify: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
This function returns True if the ReadOnly property is set to False; otherwise – False.
The Scheduler control calls the CanModify function internally to identify whether the resource is editable.
Note
Certain TcxSchedulerStorageResourceItem class descendants can override the CanModify function to apply additional conditions that can restrict the ability to edit stored events.
See Also