Skip to main content

PersistentObject.Delete() Method

Attempts to delete the persistent object from the collection to which it belongs.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public virtual void Delete()

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.

Implements

See Also