RepositoryItemTreeListLookUpEdit Class
A repository item which stores settings specific to a TreeListLookUpEdit control.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
[RepositoryItemLookUpEditBase.LookupEditCustomBindingProperties("TreeListLookUpEdit")]
public class RepositoryItemTreeListLookUpEdit :
RepositoryItemLookUpEditBase
#Related API Members
The following members return RepositoryItemTreeListLookUpEdit objects:
#Remarks
Important
The Tree
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 Tree
While the dropdown window is closed, you can access the underlying data using methods provided by the underlying data source.