ExplorerListEditor. Getting Started
This topic explains, how to display the object hierarchy via the ExplorerListEditor. To do so, the IHierarchyNode or IHierarhyNodeEx interface must be implemented in the respective business class. An example of implementation of the IHierarchyNode interface is described in the HierarchyNodeListEditor. Start here here topic.
Having implemented the interface, invoke the Model Editor and navigate to the Views|…|…_ListView node that corresponds to the required business class. Set the EditorType property to "Xafari.BC.Web.Editors.ASPxExplorerListEditor" (or "Xafari.BC.Win.Editors.WinExplorerListEditor").
To see the result, run the WinForms or ASP.NET application.