Enum TreeNodeType
Indicated a node type which must be created.
Namespace: Syncfusion.Scripting.Design
Assembly: Syncfusion.Scripting.Windows.dll
Syntax
public enum TreeNodeType
Fields
| Name | Description |
|---|---|
| Event | For creating "event" type of tree node. |
| EventHandler | Already created event handler. |
| Item | For creating "item" type of tree node. |
| Object | For creating "object" type of tree node. |
| Property | For creating "property" type of tree node. |