Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

CategorizedListEditor.ObjectTreeList Property

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

Namespace: DevExpress.ExpressApp.TreeListEditors.Win

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