PersistentObjectStorage<T>.Clear() Method
Removes all the items from the persistent object storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v22.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Remarks
To remove a single PersistentObject from the storage, use its PersistentObject.Delete method.
See Also