Skip to main content

PersistentObjectStorage<T>.UnboundDataKeeper Property

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

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

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

Property Value

Type
DevExpress.XtraScheduler.Data.ISchedulerUnboundDataKeeper
See Also