TreeList.IsLookUpMode Property
Gets whether the current Tree List control functions as a part of a TreeListLookUpEdit control.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
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 TreeListLookUpEdit control; otherwise, false. |
See Also