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. |
SortDescriptor
Represents a sort descriptor that defines the sorting criteria for SfTreeView. |
TreeNodeCheckBoxMode
Describes the CheckBox mode for items in the SfTreeView. |
TreeNodePopulationMode
Describes the node population mode of the SfTreeView. The nodes can be populated to SfTreeView by instant or on demand. |
TreeViewAutoExpandMode
Enumerates possible expand modes while loading the nodes in the SfTreeView. |
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. |