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

CategorizedListEditor.ObjectTreeList Property

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

Namespace: DevExpress.ExpressApp.TreeListEditors.Win

Assembly: DevExpress.ExpressApp.TreeListEditors.Win.v18.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