Class HierarchyPropertyDescriptors
Represents a class that has a list of HierarchyPropertyDescriptor that contain type and property name information. TreeView generates child nodes based on ChildPropertyName if the type of data object matches TargetType.
Inheritance
System.Object
HierarchyPropertyDescriptors
Namespace: Syncfusion.TreeView.Engine
Assembly: Syncfusion.Maui.TreeView.dll
Syntax
public class HierarchyPropertyDescriptors : List<HierarchyPropertyDescriptor>
Constructors
HierarchyPropertyDescriptors()
Initializes a new instance of the HierarchyPropertyDescriptors class.
Declaration
public HierarchyPropertyDescriptors()