Class HierarchyPropertyDescriptors
Represents a class which holds list of HierarchyPropertyDescriptor that provides information of type and property name. TreeView generates the child nodes based ChildPropertyName if the type of data object matches TargetType.
Inheritance
System.Object
HierarchyPropertyDescriptors
Namespace: Syncfusion.UI.Xaml.TreeView
Assembly: Syncfusion.TreeView.WinUI.dll
Syntax
public class HierarchyPropertyDescriptors : ObservableCollection<HierarchyPropertyDescriptor>
Constructors
HierarchyPropertyDescriptors()
Initializes a new instance of the HierarchyPropertyDescriptors class.
Declaration
public HierarchyPropertyDescriptors()