PersistentObject.Delete() Method
In This Article
Attempts to delete the persistent object from the collection to which it belongs.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
#Remarks
The Delete method uses the PersistentObject.CanDelete method to determine whether the object can be deleted and, if the result is true, calls the PersistentObject.DeleteCore method to delete the persistent object.
See Also