blazor-devexpress-dot-blazor-2f7b8363.md
A component that displays hierarchical data in a tabular format and allows users to edit, sort, filter, and otherwise shape data.
Namespace : DevExpress.Blazor
Assembly : DevExpress.Blazor.v25.2.dll
NuGet Package : DevExpress.Blazor
public class DxTreeList :
DxGridBase,
ITreeList,
IGrid
DevExpress Blazor TreeList (DxTreeList) allows you to display, manage, and shape hierarchical data.
Run Demo: Overview Read Tutorial: Getting Started View Example: Getting Started
Follow the steps below to add the TreeList component to an application:
<DxTreeList>…</DxTreeList> markup to a .razor file.Refer to the following list for the component API reference: DxTreeList Members.
Blazor TreeList supports static render mode to display static data in a single page. Users cannot expand or collapse nodes. To use expand/collapse and other features, enable interactivity on a Razor page, and allow the TreeList component to execute scripts and display data.
The list below includes features available in the Blazor TreeList component:
|
|
|
|
|
If a Blazor application throws unexpected exceptions, refer to the following help topic: Troubleshooting.
Object ComponentBase DxComponentBase DevExpress.Blazor.Internal.ParameterTrackerComponent DevExpress.Blazor.Grid.Internal.DxGridBase DxTreeList
See Also