Skip to main content
A newer version of this page is available. .

PersistentObjectStorage<T>.Clear() Method

Removes all the items from the persistent object storage.

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public void Clear()

Remarks

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

See Also