Back to Devexpress

PersistentObjectStorage<T>.UnboundMode Property

corelibraries-devexpress-dot-xtrascheduler-dot-persistentobjectstorage-1-a763b9c3.md

latest1.3 KB
Original Source

PersistentObjectStorage<T>.UnboundMode Property

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

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
[Browsable(false)]
public virtual bool UnboundMode { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property UnboundMode As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

PersistentObjectStorage<T> Class

PersistentObjectStorage<T> Members

DevExpress.XtraScheduler Namespace