alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class TreeNodeType

    Indicated a node type which must be created.

    Inheritance
    System.Object
    TreeNodeType
    Namespace: Syncfusion.Scripting.Design
    Assembly: Syncfusion.Scripting.Windows.dll
    Syntax
    public sealed class TreeNodeType : Enum

    Fields

    Event

    For creating "event" type of tree node.

    Declaration
    public const TreeNodeType Event
    Field Value
    Type
    TreeNodeType

    EventHandler

    Already created event handler.

    Declaration
    public const TreeNodeType EventHandler
    Field Value
    Type
    TreeNodeType

    Item

    For creating "item" type of tree node.

    Declaration
    public const TreeNodeType Item
    Field Value
    Type
    TreeNodeType

    Object

    For creating "object" type of tree node.

    Declaration
    public const TreeNodeType Object
    Field Value
    Type
    TreeNodeType

    Property

    For creating "property" type of tree node.

    Declaration
    public const TreeNodeType Property
    Field Value
    Type
    TreeNodeType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved