ResourcesTree.IsUnboundMode Property
Gets whether the Resources Tree control is in unbound mode.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v25.1.Extensions.dll
NuGet Package: DevExpress.Win.SchedulerExtensions
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true, if the control is in unbound mode, otherwise, false. |
Remarks
If a data source is assigned to the control, the property value is true.
See Also