A newer version of this page is available.
Switch to the current version.
ISchedulerStorageBase.UnboundMode Property
Gets a value indicating if the scheduler storage is bound to data.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
[Browsable(false)]
bool UnboundMode { get; }
<Browsable(False)>
ReadOnly Property UnboundMode As Boolean
Property Value
Type | Description |
---|---|
Boolean | true if the storage isn't bound to data; otherwise, false. |
Remarks
Use the UnboundMode property to determine whether the scheduler storage is bound to data or is in unbound mode.
See Also
Feedback