FlexGrid for WinForms
NodeTypeEnum Enumeration



Specifies a node with respect to another given node.
Syntax
'Declaration
 
Public Enum NodeTypeEnum 
   Inherits System.Enum
'Usage
 
Dim instance As NodeTypeEnum
public enum NodeTypeEnum : System.Enum 
public enum class NodeTypeEnum : public System.Enum 
Members
MemberDescription
FirstChildThe node's first child.
FirstSiblingThe node's first sibling (node with same level and same parent).
FirstVisibleChildThe node's first visible child.
FirstVisibleSiblingThe node's first visible sibling.
LastChildThe node's last child.
LastSiblingThe node's last sibling.
LastVisibleSiblingThe node's last visible sibling.
NextSiblingThe node's next sibling.
NextVisibleSiblingThe node's next visible sibling.
ParentThe node's immediate parent.
PreviousSiblingThe node's previous sibling.
PreviousVisibleSiblingThe node's previous visible sibling.
RootThe node's top-level parent.
Remarks
This enumeration is used with the Node.GetNode method.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.NodeTypeEnum

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback