Skip to main content

RepositoryItemTreeListLookUpEdit.TreeList Property

Gets or sets a TreeList associated with the current TreeListLookUpEdit control.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

[DXCategory("TreeList")]
public TreeList TreeList { get; set; }

Property Value

Type Description
TreeList

A TreeList associated with the current TreeListLookUpEdit control.

See Also