Skip to main content

SchedulerControl.UnboundMode Property

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

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

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

#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