Back to Devexpress

TreeList.IsUnboundMode Property

windowsforms-devexpress-dot-xtratreelist-dot-treelist-962ca031.md

latest1.5 KB
Original Source

TreeList.IsUnboundMode Property

Obtains the value determining whether the current TreeList control is in unbound mode.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[Browsable(false)]
public virtual bool IsUnboundMode { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property IsUnboundMode As Boolean

Property Value

TypeDescription
Boolean

true , if the current TreeList control is in unbound mode, otherwise, false.

|

Remarks

If the TreeList.DataSource property value is null , this property value is true.

See Also

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace