Skip to main content

PersistentObjectStorage<T>.Clear() Method

Removes all the items from the persistent object storage.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public void Clear()

Remarks

To remove a single PersistentObject from the storage, use its PersistentObject.Delete method.

See Also