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

TreeList.IsLookUpMode Property

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[Browsable(false)]
public bool IsLookUpMode { get; }

Property Value

Type Description
Boolean

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

See Also