Back to Devexpress

ResourcesTree.IsUnboundMode Property

windowsforms-devexpress-dot-xtrascheduler-dot-ui-dot-resourcestree-bd5a3f6c.md

latest1.4 KB
Original Source

ResourcesTree.IsUnboundMode Property

Gets whether the Resources Tree control is in unbound mode.

Namespace : DevExpress.XtraScheduler.UI

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

NuGet Package : DevExpress.Win.SchedulerExtensions

Declaration

csharp
public override bool IsUnboundMode { get; }
vb
Public Overrides ReadOnly Property IsUnboundMode As Boolean

Property Value

TypeDescription
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

Resources Tree

ResourcesTree Class

ResourcesTree Members

DevExpress.XtraScheduler.UI Namespace