WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HierarchyPropertyDescriptors

    Show / Hide Table of Contents

    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.Engine
    Assembly: Syncfusion.SfTreeView.WPF.dll
    Syntax
    public class HierarchyPropertyDescriptors : ObservableCollection<HierarchyPropertyDescriptor>

    Constructors

    HierarchyPropertyDescriptors()

    Initializes a new instance of the HierarchyPropertyDescriptors class.

    Declaration
    public HierarchyPropertyDescriptors()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved