Class HierarchyPropertyDescriptor
Represents a class that holds information of type and property name of data objects. TreeView generates the child nodes based ChildPropertyName if the type of data object matches TargetType.
Inheritance
System.Object
HierarchyPropertyDescriptor
Namespace: Syncfusion.TreeView.Engine
Assembly: Syncfusion.SfTreeView.iOS.dll
Syntax
public class HierarchyPropertyDescriptor : Object
Constructors
HierarchyPropertyDescriptor()
Declaration
public HierarchyPropertyDescriptor()
Properties
ChildPropertyName
Gets or sets the property name based on that child nodes created for a node in treeview.
Declaration
public string ChildPropertyName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The property name of the child. |
TargetType
Gets or sets the type of data object bound with nodes of the Syncfusion.TreeView.
Declaration
public Type TargetType { get; set; }
Property Value
Type | Description |
---|---|
System.Type | The type of the data object bounded. |