Skip to main content
.NET 6.0+

CategorizedListEditor.ObjectTreeList Property

Gets the control that is used to display the CategorizedListEditor.CategoriesListView.

Namespace: DevExpress.ExpressApp.TreeListEditors.Win

Assembly: DevExpress.ExpressApp.TreeListEditors.Win.v23.2.dll

Declaration

public ObjectTreeList ObjectTreeList { get; }

Property Value

Type Description
DevExpress.ExpressApp.Win.Controls.ObjectTreeList

An ObjectTreeList control that is the TreeList descendant and is used to display the Categories List View.

See Also