SchedulerControl.UnboundMode Property
In This Article
Gets a value indicating if the SchedulerControl is bound to data.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the scheduler control is not bound to an appointment data source; otherwise, false. |
#Remarks
Use the UnboundMode property, to determine whether the scheduler is bound to any data or not.
See Also