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
Declaration
[Browsable(false)]
public ISchedulerUnboundDataKeeper UnboundDataKeeper { get; }
<Browsable(False)>
Public ReadOnly Property UnboundDataKeeper As ISchedulerUnboundDataKeeper
Property Value
Type |
---|
DevExpress.XtraScheduler.Data.ISchedulerUnboundDataKeeper |
Implements
DevExpress.XtraScheduler.Internal.IInternalPersistentObjectStorage<T>.UnboundDataKeeper
See Also
Feedback