Skip to main content

RepositoryItemTreeListLookUpEdit Class

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

[RepositoryItemLookUpEditBase.LookupEditCustomBindingProperties("TreeListLookUpEdit")]
public class RepositoryItemTreeListLookUpEdit :
    RepositoryItemLookUpEditBase

The following members return RepositoryItemTreeListLookUpEdit objects:

Remarks

Important

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

The RepositoryItemTreeListLookUpEdit class contains properties, methods, and events for the TreeList Lookup Edit control (the TreeListLookUpEdit ). Use the editor’s TreeListLookUpEdit.Properties property to access these settings. 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.

See Also