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

RepositoryItemTreeListLookUpEdit() Constructor

Initializes a new instance of the RepositoryItemTreeListLookUpEdit class.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public RepositoryItemTreeListLookUpEdit()

Remarks

The constructor creates a new RepositoryItemTreeListLookUpEdit class instance and sets its properties to their default values.

When a TreeListLookUpEdit control is created, the current constructor is automatically invoked to initialize the control’s TreeListLookUpEdit.Properties object. Generally, you do not need to call the RepositoryItemTreeListLookUpEdit constructor unless you have to create lookup editors for inplace editing within container controls such as the XtraTreeList.

See Also