ResourcesTree.IsUnboundMode Property
Gets whether the Resources Tree control is in unbound mode.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v24.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 the ResourcesTree.DataSource property value is null, this property value is true.
See Also