Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Tree List Editors (Organize Hierarchical Data)

In XAF applications, you can use tree-like data representation instead of a grid-like one, which is used in a default UI. For this purpose, the XAF supplies the TreeList Editors module. To represent data as a tree, this module uses the ASPxTreeList and XtraTreeList controls. All you need to do to use the TreeList Editors’ module’s instruments is to implement particular interfaces in your business classes or use ready-to-use classes form the Business Class Library. In addition, you can access TreeList or ASPxTreeList controls in code to customize the default settings or use their features that are not used by default. For details on these controls, refer to the XtraTreeList and ASPxTreeList documentation.

#Concepts