Back to Devexpress

TreeList.IsLookUpMode Property

windowsforms-devexpress-dot-xtratreelist-dot-treelist-2895154e.md

latest1.5 KB
Original Source

TreeList.IsLookUpMode Property

Gets whether the current Tree List control functions as a part of a TreeListLookUpEdit control.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool IsLookUpMode { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property IsLookUpMode As Boolean

Property Value

TypeDescription
Boolean

true if the current Tree List control functions as a part of a TreeListLookUpEdit control; otherwise, false.

|

See Also

TreeListLookUpEdit

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace