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

PersistentObjectStorage<T>.UnboundMode Property

Gets a value indicating if the storage is bound to data.

Namespace: DevExpress.XtraScheduler

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

Declaration

[Browsable(false)]
public virtual bool UnboundMode { get; }

Property Value

Type Description
Boolean

true if the storage isn’t bound to data; otherwise, false.

See Also