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.v18.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 appropriate to Tree List Lookup Edit controls (the TreeListLookUpEdit class objects). The TreeListLookUpEdit.Properties property allows you to access these settings for an individual Popup Gallery Edit control. 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).

See Also