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

CategorizedListEditor.CategoriesListView Property

Provides access to the CategorizedListEditor‘s Categories List View.

Namespace: DevExpress.ExpressApp.TreeListEditors.Win

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