Namespace Syncfusion.TreeView.Engine
Classes
HierarchyPropertyDescriptor
Represents a class that contains data object type and property name information. TreeView generates child nodes based on ChildPropertyName if the type of data object matches TargetType. |
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. |
TreeNodeCheckBoxMode
Describes the CheckBox mode for items in the |
TreeNodePopulationMode
Describes the node population mode of the |
TreeViewAutoExpandMode
Enumerates possible expand modes while loading the nodes in the |
TreeViewNode
A TreeViewNode gets the data object associated with the tree view node. |
TreeViewNodeCollection
TreeViewNodeCollection contains the collection of tree view nodes. |
TreeViewNotificationSubscriptionMode
Defines the constants that specify whether need to listen the PropertyChanging and System.ComponentModel.INotifyPropertyChanged.PropertyChanged events of data object and System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged event of source collection. |