alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class NodePositions

    Defines the constant that specifies the node positions in a node collection.

    Inheritance
    System.Object
    NodePositions
    Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public sealed class NodePositions : Enum

    Fields

    First

    Represents First Node position.

    Declaration
    public const NodePositions First
    Field Value
    Type
    NodePositions

    Last

    Represents Last Node position.

    Declaration
    public const NodePositions Last
    Field Value
    Type
    NodePositions

    Next

    Represents Next Node position.

    Declaration
    public const NodePositions Next
    Field Value
    Type
    NodePositions

    Previous

    Represents Previous Node position.

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