Skip to main content
A newer version of this page is available. .

ResourcesTree.IsUnboundMode Property

Gets whether the Resources Tree control is in unbound mode.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.1.Extensions.dll

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