Skip to main content

ResourcesTree.IsUnboundMode Property

Gets whether the Resources Tree control is in unbound mode.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.SchedulerExtensions

Declaration

public override bool IsUnboundMode { get; }

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