expressappframework-devexpress-dot-expressapp-dot-blazor-dot-editors-c5f96016.md
A List Editor you can use in XAF ASP.NET Core Blazor applications to display data as a tree-like structure.
Namespace : DevExpress.ExpressApp.Blazor.Editors
Assembly : DevExpress.ExpressApp.Blazor.v25.2.dll
NuGet Package : DevExpress.ExpressApp.Blazor
public class DxTreeListEditor :
DxGridListEditorBase
Public Class DxTreeListEditor
Inherits DxGridListEditorBase
List Views use List Editors to display object collections. DxTreeListEditor is a List Editor that displays data in the form of a tree. This editor is implemented in the TreeList Editors module.
To display tree-like collections, the DxTreeListEditor uses an instance of the DxTreeList class. It supports the following features:
ITreeNode objectsNote
DxTreeListEditor does not support the following features:
ITreeNode objectsDxTreeListEditor is available out of the box in XAF projects for objects that implement the ITreeNode interface. To enable it for flat data objects, specify the DevExpress.ExpressApp.Blazor.Editors.DxTreeListEditor list editor type in the IModelListView.EditorType model option.
For an example, refer to the Departments List View in the XAF ASP.NET Core Blazor demo.
Object ListEditor ColumnsListEditor DxGridListEditorBase DxTreeListEditor
See Also
TreeList Editors Module Overview
Display a Tree List With Flat Data Objects (ASP.NET Core Blazor)
Display a Tree List using the HCategory Class