PersistentObjectStorage<T>.UnboundMode Property
Gets a value indicating if the storage is bound to data.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the storage isn’t bound to data; otherwise, false. |
See Also