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.v18.2.Core.dll

Declaration

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

Property Value

Type
DevExpress.XtraScheduler.Data.ISchedulerUnboundDataKeeper
See Also