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

RepositoryItemTreeListLookUpEdit Class

A repository item which stores settings specific to a TreeListLookUpEdit control.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

[RepositoryItemLookUpEditBase.LookupEditCustomBindingProperties("TreeListLookUpEdit")]
[ToolboxBitmap(typeof(ToolboxIconsRootNS), "TreeListLookUpEdit")]
public class RepositoryItemTreeListLookUpEdit :
    RepositoryItemLookUpEditBase

The following members return RepositoryItemTreeListLookUpEdit objects:

Remarks

The RepositoryItemTreeListLookUpEdit class provides properties, methods and events for Tree List Lookup Edit controls (the TreeListLookUpEdit class objects). You can access these settings through the editor’s TreeListLookUpEdit.Properties object. See the TreeListLookUpEdit topic to learn more.

You do not need to create repository items manually unless you have to create inplace editors for container controls (such as the XtraGrid).

Note

The TreeListLookUpEdit control does not have a connection to an underlying data source while the editor’s dropdown window is closed. For that reason, you can use methods provided by the embedded Tree List to access the underlying data or TreeList‘s calculated data only when the control’s dropdown window is open.

While the dropdown window is closed, you can access the underlying data using methods provided by the underlying data source.

Note

The TreeList control embedded in the TreeListLookUpEdit editor does not support the unbound mode.

See Also