Skip to main content

PersistentObjectStorageReloadEventArgs.KeepNonPersistentInformation Property

Flag used to signal whether the volatile information should be retained on reloading. Internal use only.

Namespace: DevExpress.XtraScheduler.Native

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public bool KeepNonPersistentInformation { get; }

Property Value

Type Description
Boolean

true to keep non-persistent information on reloading; otherwise, false.

Remarks

Internal use only.

See Also