menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HierarchyPropertyDescriptor - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.XForms.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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved