├── LICENSE └── Readme.md /LICENSE: -------------------------------------------------------------------------------- 1 | This code example is provided "as is" without warranty of any kind. Developer Express Inc ("DevExpress") disclaims all warranties, 2 | either express or implied, including the warranties of merchantability and fitness for a particular purpose. 3 | 4 | For licensing terms and conditions of DevExpress product(s) required for, or associated with the use of this code example, 5 | please refer to the applicable End-User License Agreement at https://www.devexpress.com/Support/licensingfaq.xml -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- 1 | ⛔ DEPRECATED. This example was deprecated. 2 | 3 | XAF ASP.NET Core Blazor v24.2 includes a [DxTreeListEditor](https://docs.devexpress.com/eXpressAppFramework/DevExpress.ExpressApp.Blazor.Editors.DxTreeListEditor) (powered by the DevExpress Blazor [DxTreeList](https://docs.devexpress.com/Blazor/404942/components/treelist?f=TreeList). 4 | 5 | The current repository will not be updated in the future. 6 | --------------------------------------------------------------------------------