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

PersistentObjectStorage<T>.UnboundDataKeeper Property

Creates and holds an internal data table for the unbound mode. For internal use.

Namespace: DevExpress.XtraScheduler

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

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

Declaration

[Browsable(false)]
public ISchedulerUnboundDataKeeper UnboundDataKeeper { get; }

Property Value

Type
DevExpress.XtraScheduler.Data.ISchedulerUnboundDataKeeper
See Also