TreeList.IsLookUpMode Property
In This Article
Gets whether the current Tree List control functions as a part of a TreeListLookUpEdit control.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool IsLookUpMode { get; }
#Property Value
Type | Description |
---|---|
Boolean | true if the current Tree List control functions as a part of a Tree |
See Also