Back to Devexpress

PersistentObject.Delete() Method

corelibraries-devexpress-dot-xtrascheduler-dot-persistentobject.md

latest1.4 KB
Original Source

PersistentObject.Delete() Method

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

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public virtual void Delete()
vb
Public Overridable Sub 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

Delete()

See Also

PersistentObject Class

PersistentObject Members

DevExpress.XtraScheduler Namespace