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.CategoriesListView Property

Provides access to the CategorizedListEditor‘s Categories List View.

Namespace: DevExpress.ExpressApp.TreeListEditors.Win

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

Declaration

public ListView CategoriesListView { get; }

Property Value

Type Description
ListView

A ListView object that represents the Categories List View.

Remarks

To display the category tree, the CategorizedListEditor creates a View. You can access it via the CategoriesListView property, although it is not generally needed.

See Also