Intersoft WebGrid Documentation
ChildrenType Enumeration
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace : ChildrenType Enumeration






Value representing a child table type in the WebGrid.

Syntax

Visual Basic (Declaration) 
Public Enum ChildrenType 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As ChildrenType
C# 
public enum ChildrenType : System.Enum 
Delphi 
public enum ChildrenType = class(System.Enum)
JScript 
public enum ChildrenType extends System.Enum
Managed Extensions for C++ 
__value public enum ChildrenType : public System.Enum 
C++/CLI 
public enum class ChildrenType : public System.Enum 

Members

MemberDescription
Collection 
GroupThe child table is in group mode.
HierarchicalChildThe child table is in hierarchical mode.
SelfReferenceChildThe child table is in self reference mode.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebGrid.ChildrenType

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.